django/tests/modeltests/validation
Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists.
The deprecation schedule was slightly accelerated because of possible security ramifications.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31 13:55:03 +00:00
..
__init__.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
models.py Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
test_custom_messages.py
test_error_messages.py
test_unique.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
tests.py Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
validators.py