django/tests/modeltests/validation
Jannis Leidel 823bac36db Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-13 20:15:13 +00:00
..
__init__.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
models.py Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL. 2011-06-13 20:15:13 +00:00
test_custom_messages.py
test_unique.py Made `with` statements added in [16348] compatible with Python 2.5. 2011-06-10 12:16:56 +00:00
tests.py Shortened some test model names that were introduced in r16366 to fix running tests on PostgreSQL. 2011-06-13 17:48:02 +00:00
validators.py