mirror of
https://github.com/django/django.git
synced 2025-10-28 10:40:18 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| models.py | ||
| test_custom_messages.py | ||
| test_error_messages.py | ||
| test_unique.py | ||
| tests.py | ||
| validators.py | ||