Author: gabrielhurley
Date: 2010-10-27 20:55:58 -0500 (Wed, 27 Oct 2010)
New Revision: 14369

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

Modified: django/trunk/docs/topics/db/models.txt
===================================================================
--- django/trunk/docs/topics/db/models.txt      2010-10-27 21:50:58 UTC (rev 
14368)
+++ django/trunk/docs/topics/db/models.txt      2010-10-28 01:55:58 UTC (rev 
14369)
@@ -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