django/tests/regressiontests/model_forms_regress
Karen Tracey 3444b065ba Fixed #11905: Raise an error on model form creation if a non-existent field was listed in fields. Thanks ben and copelco.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-09-11 01:39:16 +00:00
..
__init__.py Fixed #9319 -- Fixed a crash when using the same model field in multiple 2008-10-08 10:09:44 +00:00
models.py Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are used on a modelform. This ensures that fields are URL and Email fields are cleaned consistently when included on model forms. Thanks to amadison for the report. 2010-08-05 03:59:20 +00:00
tests.py Fixed #11905: Raise an error on model form creation if a non-existent field was listed in fields. Thanks ben and copelco. 2010-09-11 01:39:16 +00:00