diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2019-11-23 13:42:57 +0100 |
|---|---|---|
| committer | Baptiste Mispelon <bmispelon@gmail.com> | 2019-11-27 20:54:38 +0100 |
| commit | ff1b19da6761217ed1b14cc7e94c6438903565d8 (patch) | |
| tree | f1f42ee934216dd4d0a4bb7f36ff28ca04b83273 /docs/ref/validators.txt | |
| parent | 42df1b178b22d499986516b5d3d6bb70c044901a (diff) | |
Fixed #31029 -- Used more specific links to RFCs.
Diffstat (limited to 'docs/ref/validators.txt')
| -rw-r--r-- | docs/ref/validators.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/validators.txt b/docs/ref/validators.txt index 4fd2a37cbc..7b7a184b1a 100644 --- a/docs/ref/validators.txt +++ b/docs/ref/validators.txt @@ -154,7 +154,8 @@ to, or in lieu of custom ``field.clean()`` methods. an error code of ``'invalid'`` if it doesn't. Loopback addresses and reserved IP spaces are considered valid. Literal - IPv6 addresses (:rfc:`2732`) and unicode domains are both supported. + IPv6 addresses (:rfc:`3986#section-3.2.2`) and unicode domains are both + supported. In addition to the optional arguments of its parent :class:`RegexValidator` class, ``URLValidator`` accepts an extra optional attribute: |
