django/tests/regressiontests/model_forms_regress
Joseph Kocherhans 8da76ffeaa Fixed #12285. ModelForm raises a more informative error if it doesn't have a model class defined. Thanks, tobias.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-23 14:59:30 +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 #12698. Model.clean() used with a ModelForm no longer causes a KeyError when raising a ValidationError. 2010-02-10 00:34:45 +00:00
tests.py Fixed #12285. ModelForm raises a more informative error if it doesn't have a model class defined. Thanks, tobias. 2010-02-23 14:59:30 +00:00