mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Removed IPAddressField per deprecation timeline; refs #20439.
This commit is contained in:
@@ -1591,8 +1591,8 @@ better handle the case of selectively showing inlines on a ``ModelAdmin``.
|
||||
``IPAddressField``
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
The :class:`django.db.models.IPAddressField` and
|
||||
:class:`django.forms.IPAddressField` fields have been deprecated in favor of
|
||||
The ``django.db.models.IPAddressField`` and ``django.forms.IPAddressField``
|
||||
fields have been deprecated in favor of
|
||||
:class:`django.db.models.GenericIPAddressField` and
|
||||
:class:`django.forms.GenericIPAddressField`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user