1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/modeltests/validation
2011-03-16 03:38:34 +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 #14951 -- Made the unique_for_{date,month,year} model field constraints to not fail when the related DateField is empty. 2011-01-09 13:26:39 +00:00
test_custom_messages.py
test_unique.py Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints to not fail when the related DateField is empty. 2011-01-09 13:26:39 +00:00
tests.py Fixed #15229 -- Improved URLValidator to accept ftp:// links. Thanks, codefisher and crayz_train 2011-03-16 03:38:34 +00:00
validators.py