From 60acd7c71cf12b4d8a568f086e570c0db9e53b6c Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 18 May 2007 16:40:27 +0000 Subject: [PATCH] Fixed small grammar error in docs/model-api.txt from [5250] git-svn-id: http://code.djangoproject.com/svn/django/trunk@5281 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/model-api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api.txt b/docs/model-api.txt index e7afbfd13a2..319789dba9b 100644 --- a/docs/model-api.txt +++ b/docs/model-api.txt @@ -1761,7 +1761,7 @@ But this template code is good:: .. note:: The string you return from ``get_absolute_url()`` must be use only ASCII - characters (required by the URI spec, `RFC 2396`_) that has been + characters (required by the URI spec, `RFC 2396`_) that have been URL-encoded, if necessary. Code and templates using ``get_absolute_url()`` should be able to use the result directly without needing to do any further processing.