From 932b1b8d6dbd1a4d8e50aa0528c1489094f5704c Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Sun, 4 Sep 2011 21:17:30 +0000 Subject: 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 --- docs/ref/forms/fields.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/ref/forms') 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: -- cgit v1.3