Modified:
/lingcod/features/views.py
=======================================
--- /lingcod/features/views.py Wed Oct 5 08:50:01 2011
+++ /lingcod/features/views.py Thu Oct 20 14:26:43 2011
@@ -225,7 +225,7 @@
m = form.save(commit=False)
'''
Note on the following 3 lines:
- We need to call form.save_m2m after save but before run, this
is accomplished in the Analysis model save method
+ We need to call form.save_m2m after save but before run, this
is accomplished in the Feature model save method
'''
kwargs = {}
kwargs['form']=form