django/tests/validation
Tim Graham ded95ccdce Fixed #20484 -- Added model validation for GenericIPAddressField
GenericIPAddressField must not allow blank for NOT NULL fields

Thanks Erik Romijn.
2013-05-28 15:12:47 -04:00
..
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Fixed #20484 -- Added model validation for GenericIPAddressField 2013-05-28 15:12:47 -04:00
test_custom_messages.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_error_messages.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_unique.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
test_validators.py Modified validation to work with unittest2 discovery. 2013-04-12 15:33:22 -06:00
tests.py Fixed #20484 -- Added model validation for GenericIPAddressField 2013-05-28 15:12:47 -04:00