diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2011-09-04 21:17:30 +0000 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2011-09-04 21:17:30 +0000 |
| commit | 932b1b8d6dbd1a4d8e50aa0528c1489094f5704c (patch) | |
| tree | 2eabdbaca6daac3166847f77d3f06efc3dc2d928 /docs/ref/forms | |
| parent | 9110257a328bacae0a6131ca7b3c8b241fef128c (diff) | |
Converted links to external topics so they use intersphinx extension markup.
This allows to make these links more resilent to changes in the target URLs.
Thanks Jannis for the report and Aymeric Augustin for the patch.
Fixes #16586.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/fields.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/ref/forms/fields.txt b/docs/ref/forms/fields.txt index 11228f4320..be1019c16e 100644 --- a/docs/ref/forms/fields.txt +++ b/docs/ref/forms/fields.txt @@ -639,13 +639,11 @@ A field containing either an IPv4 or an IPv6 address. * Validates that the given value is a valid IP address. * Error message keys: ``required``, ``invalid`` -The IPv6 address normalization follows `RFC4291 section 2.2`_, including using -the IPv4 format suggested in paragraph 3 of that section, like +The IPv6 address normalization follows :rfc:`4291#section-2.2` section 2.2, +including using the IPv4 format suggested in paragraph 3 of that section, like ``::ffff:192.0.2.0``. For example, ``2001:0::0:01`` would be normalized to -``2001::1``, and ``::ffff:0a0a:0a0a`` to ``::ffff:10.10.10.10``. All -characters are converted to lowercase. - -.. _RFC4291 section 2.2: http://tools.ietf.org/html/rfc4291#section-2.2 +``2001::1``, and ``::ffff:0a0a:0a0a`` to ``::ffff:10.10.10.10``. All characters +are converted to lowercase. Takes two optional arguments: |
