From 81ddf4b164ed9a866837fc15650d9bf6b60f5acd Mon Sep 17 00:00:00 2001 From: Baptiste Mispelon Date: Sat, 23 Nov 2019 13:42:57 +0100 Subject: [3.0.x] Fixed #31029 -- Used more specific links to RFCs. Backport of ff1b19da6761217ed1b14cc7e94c6438903565d8 from master --- docs/ref/models/instances.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/ref/models') 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 -- cgit v1.3