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/models | |
| parent | c0fe08d470b108244337630f4803e6d04cbb0c02 (diff) | |
[3.0.x] Fixed #31029 -- Used more specific links to RFCs.
Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/instances.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 396300d035..139d39ad59 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -755,8 +755,8 @@ track down every place that the URL might be created. Specify it once, in .. note:: The string you return from ``get_absolute_url()`` **must** contain only - ASCII characters (required by the URI specification, :rfc:`2396`) and be - URL-encoded, if necessary. + ASCII characters (required by the URI specification, :rfc:`2396#section-2`) + and be URL-encoded, if necessary. Code and templates calling ``get_absolute_url()`` should be able to use the result directly without any further processing. You may wish to use the |
