django1/tests/modeltests/model_formsets
Ramiro Morales bf05da876a Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and `exclude` ModelForm options.
Thanks Andrew McMurry for the report and Claude Paroz for creating these tests.

(Actually, this had been fixed in r10619 but the tests added then exercise the
code in the context of ModelAdmin. This commit adds more generic tests.)

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-30 20:53:39 +00:00
..
__init__.py Merged the newforms-admin branch into trunk. 2008-07-18 23:54:34 +00:00
models.py Migrated model_formsets doctests. Thanks to Gregor Müllegger for the patch. 2010-11-17 13:30:44 +00:00
tests.py Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and `exclude` ModelForm options. 2011-09-30 20:53:39 +00:00