summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-10-26 03:09:29 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-10-26 03:09:29 +0000
commit2d40c75acf1c3247139a1248e5f7ba4e5211ccee (patch)
tree29c4d266558d29df4136ca2bd6b8eb54ff7c6e31
parent3784c7fac63eb9bbff7fe4b43da933a2607507fd (diff)
Remove obsolete reference to "development version" in autoescaping docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--docs/topics/templates.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index 052f858b30..27efb2e78d 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -443,9 +443,9 @@ To avoid this problem, you have two options:
* Two, you can take advantage of Django's automatic HTML escaping. The
remainder of this section describes how auto-escaping works.
-By default in the Django development version, every template automatically
-escapes the output of every variable tag. Specifically, these five characters
-are escaped:
+By default in the Django, every template automatically escapes the
+output of every variable tag. Specifically, these five characters are
+escaped:
* ``<`` is converted to ``&lt;``
* ``>`` is converted to ``&gt;``
@@ -645,4 +645,4 @@ template (e.g., one that has ``{% extends "foo.html" %}``) will *not* have
access to the comments template tags and filters. The child template is
responsible for its own ``{% load comments %}``.
-This is a feature for the sake of maintainability and sanity. \ No newline at end of file
+This is a feature for the sake of maintainability and sanity.