Closed GoogleCodeExporter closed 9 years ago
fixing this is extremely simple - just remove form_for_fields from
forms/models.py:
Index: src/dojango/dojango/forms/models.py
===================================================================
--- src/dojango/dojango/forms/models.py (Revision 282)
+++ src/dojango/dojango/forms/models.py (Arbeitskopie)
@@ -15,8 +15,7 @@
__all__ = (
'ModelForm', 'BaseModelForm', 'model_to_dict', 'fields_for_model',
- 'save_instance', 'form_for_fields', 'ModelChoiceField',
- 'ModelMultipleChoiceField',
+ 'save_instance', 'ModelChoiceField', 'ModelMultipleChoiceField',
)
class ModelChoiceField(DojoFieldMixin, models.ModelChoiceField):
Original comment by chris.vigelius
on 31 Mar 2011 at 2:21
Release 0.5.2 plz
Original comment by michal....@gmail.com
on 12 Apr 2011 at 3:29
fixed in r284. Thanks for the report.
Original comment by tobias.k...@googlemail.com
on 14 Apr 2011 at 4:58
And closing it :)
Original comment by tobias.k...@googlemail.com
on 14 Apr 2011 at 4:59
Original issue reported on code.google.com by
zim...@gmail.com
on 9 Feb 2011 at 1:43