mirror of
https://github.com/django/django.git
synced 2025-01-27 10:39:40 +00:00
Fixed #16498 -- Fixed typo in GenericIPAddressField docs. Thanks, JshWright.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c59a635624
commit
441c4e08cd
@ -769,7 +769,7 @@ as an ``<input type="text">`` (a single-line input).
|
|||||||
``GenericIPAddressField``
|
``GenericIPAddressField``
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
.. class:: GenericIPAddressField([protocols=both, unpack_ipv4=False, **options])
|
.. class:: GenericIPAddressField([protocol=both, unpack_ipv4=False, **options])
|
||||||
|
|
||||||
.. versionadded:: 1.4
|
.. versionadded:: 1.4
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user