Author: ubernostrum
Date: 2008-10-25 22:09:29 -0500 (Sat, 25 Oct 2008)
New Revision: 9279

Modified:
   django/trunk/docs/topics/templates.txt
Log:
Remove obsolete reference to "development version" in autoescaping docs.


Modified: django/trunk/docs/topics/templates.txt
===================================================================
--- django/trunk/docs/topics/templates.txt      2008-10-25 19:16:45 UTC (rev 
9278)
+++ django/trunk/docs/topics/templates.txt      2008-10-26 03:09:29 UTC (rev 
9279)
@@ -443,9 +443,9 @@
     * 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 @@
 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.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to