Author: jacob
Date: 2009-04-03 13:30:54 -0500 (Fri, 03 Apr 2009)
New Revision: 10371

Added:
   django/trunk/docs/_static/docicons-behindscenes.png
   django/trunk/docs/_static/docicons-note.png
   django/trunk/docs/_static/docicons-philosophy.png
   django/trunk/docs/obsolete/_images/formrow.png
   django/trunk/docs/obsolete/_images/module.png
   django/trunk/docs/obsolete/_images/objecttools_01.png
   django/trunk/docs/obsolete/_images/objecttools_02.png
   django/trunk/docs/ref/contrib/comments/models.txt
Removed:
   django/trunk/docs/_static/docicons-behindscenes.gif
   django/trunk/docs/_static/docicons-note.gif
   django/trunk/docs/_static/docicons-philosophy.gif
   django/trunk/docs/obsolete/_images/formrow.gif
   django/trunk/docs/obsolete/_images/module.gif
   django/trunk/docs/obsolete/_images/objecttools_01.gif
   django/trunk/docs/obsolete/_images/objecttools_02.gif
Modified:
   django/trunk/django/utils/html.py
   django/trunk/docs/_static/djangodocs.css
   django/trunk/docs/howto/custom-file-storage.txt
   django/trunk/docs/howto/deployment/modpython.txt
   django/trunk/docs/howto/initial-data.txt
   django/trunk/docs/howto/static-files.txt
   django/trunk/docs/intro/tutorial01.txt
   django/trunk/docs/intro/tutorial03.txt
   django/trunk/docs/intro/tutorial04.txt
   django/trunk/docs/misc/distributions.txt
   django/trunk/docs/obsolete/admin-css.txt
   django/trunk/docs/ref/contrib/admin/index.txt
   django/trunk/docs/ref/contrib/comments/index.txt
   django/trunk/docs/ref/contrib/flatpages.txt
   django/trunk/docs/ref/contrib/syndication.txt
   django/trunk/docs/ref/databases.txt
   django/trunk/docs/ref/django-admin.txt
   django/trunk/docs/ref/forms/api.txt
   django/trunk/docs/ref/forms/fields.txt
   django/trunk/docs/ref/forms/widgets.txt
   django/trunk/docs/ref/models/fields.txt
   django/trunk/docs/ref/models/instances.txt
   django/trunk/docs/ref/models/relations.txt
   django/trunk/docs/ref/templates/api.txt
   django/trunk/docs/ref/unicode.txt
   django/trunk/docs/releases/1.0-porting-guide.txt
   django/trunk/docs/topics/auth.txt
   django/trunk/docs/topics/cache.txt
   django/trunk/docs/topics/db/models.txt
   django/trunk/docs/topics/db/queries.txt
   django/trunk/docs/topics/forms/formsets.txt
   django/trunk/docs/topics/forms/modelforms.txt
   django/trunk/docs/topics/http/middleware.txt
   django/trunk/docs/topics/serialization.txt
   django/trunk/docs/topics/testing.txt
Log:
Fixed a whole bunch of small docs typos, errors, and ommissions.

Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, 
#9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, 
#9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, 
#10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, 
#10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, 
#19528.

Thanks to all the respective authors of those tickets.

Modified: django/trunk/django/utils/html.py
===================================================================
--- django/trunk/django/utils/html.py   2009-04-03 06:59:34 UTC (rev 10370)
+++ django/trunk/django/utils/html.py   2009-04-03 18:30:54 UTC (rev 10371)
@@ -28,7 +28,9 @@
 del x # Temporary variable
 
 def escape(html):
-    """Returns the given HTML with ampersands, quotes and carets encoded."""
+    """
+    Returns the given HTML with ampersands, quotes and angle brackets encoded.
+    """
     return mark_safe(force_unicode(html).replace('&', '&amp;').replace('<', 
'&lt;').replace('>', '&gt;').replace('"', '&quot;').replace("'", '&#39;'))
 escape = allow_lazy(escape, unicode)
 

Modified: django/trunk/docs/_static/djangodocs.css
===================================================================
--- django/trunk/docs/_static/djangodocs.css    2009-04-03 06:59:34 UTC (rev 
10370)
+++ django/trunk/docs/_static/djangodocs.css    2009-04-03 18:30:54 UTC (rev 
10371)
@@ -103,9 +103,9 @@
 .note, .admonition { padding:.8em 1em .8em; margin: 1em 0; border:1px solid 
#94da3a; }
 .admonition-title { font-weight:bold; margin-top:0 !important; margin-bottom:0 
!important;}
 .admonition .last { margin-bottom:0 !important; }
-.note, .admonition { padding-left:65px; background:url(docicons-note.gif) .8em 
.8em no-repeat;}
-div.admonition-philosophy { padding-left:65px; 
background:url(docicons-philosophy.gif) .8em .8em no-repeat;}
-div.admonition-behind-the-scenes { padding-left:65px; 
background:url(docicons-behindscenes.gif) .8em .8em no-repeat;}
+.note, .admonition { padding-left:65px; background:url(docicons-note.png) .8em 
.8em no-repeat;}
+div.admonition-philosophy { padding-left:65px; 
background:url(docicons-philosophy.png) .8em .8em no-repeat;}
+div.admonition-behind-the-scenes { padding-left:65px; 
background:url(docicons-behindscenes.png) .8em .8em no-repeat;}
 
 /*** versoinadded/changes ***/
 div.versionadded, div.versionchanged {  }

Deleted: django/trunk/docs/_static/docicons-behindscenes.gif
===================================================================
--- django/trunk/docs/_static/docicons-behindscenes.gif 2009-04-03 06:59:34 UTC 
(rev 10370)
+++ django/trunk/docs/_static/docicons-behindscenes.gif 2009-04-03 18:30:54 UTC 
(rev 10371)
@@ -1,14 +0,0 @@
-GIF89a/
--~--~---------~--~----~------------~-------~--~----~
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