1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/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
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