django/tests/modeltests/validation
Claude Paroz 306d34873c Fixed #18212 -- Standardized arguments of GenericIPAddressField
Unlike other model fields, the newly introduced (1.4)
GenericIPAddressField did not accept verbose_name and name as the
first positional arguments. This commit fixes it.
Thanks Dan McGee for the report and the patch.
2012-09-01 18:38:55 +02:00
..
__init__.py
models.py Fixed #18212 -- Standardized arguments of GenericIPAddressField 2012-09-01 18:38:55 +02:00
test_custom_messages.py
test_error_messages.py
test_unique.py
tests.py
validators.py