1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests
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
..
modeltests Fixed #8160 -- Made sure modelformset_factory takes in account fields' and exclude` ModelForm options. 2011-09-30 20:53:39 +00:00
regressiontests Fixed #16935 - misleading message if AttributeError escapes during SimpleTemplateResponse.render 2011-09-30 11:46:23 +00:00
templates
runtests.py Fixed #16681 -- Refactored the invalid_models unit test so that it can be invoked manually. Thanks to Anthony Briggs for the report and patch. 2011-08-23 04:25:07 +00:00
test_sqlite.py
urls.py Converted internal link generation in the admin and admin document generator to use named URLs. 2011-09-20 18:30:06 +00:00