diff options
| author | James Bennett <ubernostrum@gmail.com> | 2008-10-26 03:10:48 +0000 |
|---|---|---|
| committer | James Bennett <ubernostrum@gmail.com> | 2008-10-26 03:10:48 +0000 |
| commit | d2f6a846683b0b9bf756834393514f3d0f8acb5b (patch) | |
| tree | f05884af92e256e54113aefea59b46aaf53106a7 /docs | |
| parent | bffc238a2f83dc0573a3592baf843d1499e373a6 (diff) | |
[1.0.X] Remove obsolete reference to "development version" in autoescaping docs.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/templates.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt index 052f858b30..1c8b63c61e 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 Django, every template automatically escapes the output +of every variable tag. Specifically, these five characters are +escaped: * ``<`` is converted to ``<`` * ``>`` is converted to ``>`` @@ -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. |
