diff options
| author | Baptiste Mispelon <bmispelon@gmail.com> | 2019-11-23 13:42:57 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-28 07:59:46 +0100 |
| commit | 81ddf4b164ed9a866837fc15650d9bf6b60f5acd (patch) | |
| tree | 531feaddfd38532d42672b54957143fb3f55cdbd /docs/ref/validators.txt | |
| parent | c0fe08d470b108244337630f4803e6d04cbb0c02 (diff) | |
[3.0.x] Fixed #31029 -- Used more specific links to RFCs.
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master
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 b6a233014d..75d1394f0d 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: |
