diff options
| author | Tim Graham <timograham@gmail.com> | 2012-11-09 02:48:32 -0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-11-09 05:49:27 -0500 |
| commit | 3344d8de3e34f1134a2fa19fa4a82b5acee8af0d (patch) | |
| tree | 5954a7a8a0ed7841497550413b42c52a6c47b414 /docs/ref/forms | |
| parent | 087274d08f40b7d3e37a6d138789bd4ec4903139 (diff) | |
[1.5.x] Merge pull request #506 from gwrtheyrn/ipv6_doc_fix
Fixed invalid ipv4 mapped ipv6 addresses in docs
Backport of 19eb56a277291de8c25a0edcc7af111dac7518af from master
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 7c8d509031..75d05c6829 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -683,7 +683,7 @@ For each field, we describe the default widget used if you don't specify .. attribute:: unpack_ipv4 - Unpacks IPv4 mapped addresses like ``::ffff::192.0.2.1``. + Unpacks IPv4 mapped addresses like ``::ffff:192.0.2.1``. If this option is enabled that address would be unpacked to ``192.0.2.1``. Default is disabled. Can only be used when ``protocol`` is set to ``'both'``. |
