1
0
mirror of https://github.com/django/django.git synced 2025-01-13 11:57:01 +00:00
django/tests/regressiontests/model_forms_regress
2010-02-23 14:59:30 +00:00
..
__init__.py
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