Corrected GenericIPAddressField protocol parameter doc.

This commit is contained in:
areski 2015-11-19 16:42:18 +01:00 committed by Tim Graham
parent 46e776732f
commit 1e7da99ea6
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ is ``False`` or :class:`~django.forms.TextInput` otherwise.
``GenericIPAddressField``
-------------------------
.. class:: GenericIPAddressField(protocol=both, unpack_ipv4=False, **options)
.. class:: GenericIPAddressField(protocol='both', unpack_ipv4=False, **options)
An IPv4 or IPv6 address, in string format (e.g. ``192.0.2.30`` or
``2a02:42fe::4``). The default form widget for this field is a