Author: gabrielhurley
Date: 2010-10-27 20:56:41 -0500 (Wed, 27 Oct 2010)
New Revision: 14370

Modified:
   django/branches/releases/1.2.X/docs/topics/db/models.txt
Log:
[1.2.X] Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to 
tobych for the report and patch.

Backport of [14369] from trunk.

Modified: django/branches/releases/1.2.X/docs/topics/db/models.txt
===================================================================
--- django/branches/releases/1.2.X/docs/topics/db/models.txt    2010-10-28 
01:55:58 UTC (rev 14369)
+++ django/branches/releases/1.2.X/docs/topics/db/models.txt    2010-10-28 
01:56:41 UTC (rev 14370)
@@ -1076,7 +1076,7 @@
             ordering = ["username"]
             proxy = True
 
-Now normal ``User`` queries will be unorderd and ``OrderedUser`` queries will
+Now normal ``User`` queries will be unordered and ``OrderedUser`` queries will
 be ordered by ``username``.
 
 QuerySets still return the model that was requested

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to