django/tests/modeltests/validation
Karen Tracey 33b1036f6f Tweaked the validation test models to avoid tripping over the fact that Oracle doesn't like columns named 'number'.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12358 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-29 18:38:28 +00:00
..
__init__.py Merged soc2009/model-validation to trunk. Thanks, Honza! 2010-01-05 03:56:19 +00:00
models.py Tweaked the validation test models to avoid tripping over the fact that Oracle doesn't like columns named 'number'. 2010-01-29 18:38:28 +00:00
test_custom_messages.py Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00
test_unique.py Fixed #12560. Changed validate_unique to stop checking null primary key values. Thanks, Honza Král. 2010-01-14 17:04:53 +00:00
tests.py Fixed #12582. Model validation on ForeignKeys now respects limit_choices_to. Thanks, Honza Král. 2010-01-21 03:26:14 +00:00
validators.py Fixed #12512. Changed ModelForm to stop performing model validation on fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. 2010-01-12 02:29:45 +00:00