From f89901dc0525f3ea1ca023aef4fd0862514bf550 Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 25 Nov 2012 19:31:30 +0100 Subject: Fixed two typos. --- docs/ref/templates/builtins.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index c525162862..dc79b3a7d0 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -1040,7 +1040,7 @@ by the context as to the current application. Don't forget to put quotes around the function path or pattern name! .. versionchanged:: 1.5 - The first paramater used not to be quoted, which was inconsistent with + The first parameter used not to be quoted, which was inconsistent with other template tags. Since Django 1.5, it is evaluated according to the usual rules: it can be a quoted string or a variable that will be looked up in the context. -- cgit v1.3