django/tests/modeltests/validation
Andrew Godwin 865d684a8a Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Leah Culver.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-09 15:05:13 +00:00
..
__init__.py
models.py Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Leah Culver. 2011-06-09 15:05:13 +00:00
test_custom_messages.py
test_unique.py Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Leah Culver. 2011-06-09 15:05:13 +00:00
tests.py Fixes #15975 -- Test failure in model validation tests due to us now having https://www.djangoproject.com 2011-05-05 23:11:03 +00:00
validators.py