Commit bc8bae0b authored by areski's avatar areski Committed by Tim Graham
Browse files

[1.8.x] Corrected GenericIPAddressField protocol parameter doc.

Backport of 1e7da99e from master
parent b15eaa29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -936,7 +936,7 @@ for this field is a :class:`~django.forms.TextInput`.
``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