Kaydet (Commit) 1e7da99e authored tarafından areski's avatar areski Kaydeden (comit) Tim Graham

Corrected GenericIPAddressField protocol parameter doc.

üst 46e77673
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment