1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/tests/modeltests/validation
2011-11-18 13:01:06 +00:00
..
__init__.py
models.py Tweaked some AutoField tests to not raise wanings in Python>=2.6, where BaseException.message has been deprecated. 2011-10-28 04:11:41 +00:00
test_custom_messages.py
test_error_messages.py Added support for time zones. Thanks Luke Plant for the review. Fixed #2626. 2011-11-18 13:01:06 +00:00
test_unique.py
tests.py Fixed #16816 -- Tweaked the test mock for URLField.verify_exists to allow tests to pass when there is no Internet connection available. Many thanks to Ramiro Morales, Aymeric Augustin and Florian Apolloner for the patch reviews. 2011-10-31 11:09:10 +00:00
validators.py