Author: ubernostrum
Date: 2008-10-25 22:10:48 -0500 (Sat, 25 Oct 2008)
New Revision: 9281

Modified:
   django/branches/releases/1.0.X/docs/topics/templates.txt
Log:
[1.0.X] Remove obsolete reference to "development version" in autoescaping docs.


Modified: django/branches/releases/1.0.X/docs/topics/templates.txt
===================================================================
--- django/branches/releases/1.0.X/docs/topics/templates.txt    2008-10-26 
03:10:13 UTC (rev 9280)
+++ django/branches/releases/1.0.X/docs/topics/templates.txt    2008-10-26 
03:10:48 UTC (rev 9281)
@@ -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 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