django/tests/modeltests/validation
Joseph Kocherhans 225c413b08 Fixed #12647. Allow unique_together checks be specified as lists as well as tuples. Thanks, Honza Král.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12403 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-10 00:49:33 +00:00
..
__init__.py
models.py Fixed #12647. Allow unique_together checks be specified as lists as well as tuples. Thanks, Honza Král. 2010-02-10 00:49:33 +00:00
test_custom_messages.py
test_unique.py Fixed #12647. Allow unique_together checks be specified as lists as well as tuples. Thanks, Honza Král. 2010-02-10 00:49:33 +00:00
tests.py
validators.py