Skip to content

Commit 12652ba

Browse files
author
Gabriel Hurley
committed
[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. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent e8c413a commit 12652ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/db/models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ attribute when you use the proxy. This is easy::
10761076
ordering = ["username"]
10771077
proxy = True
10781078

1079-
Now normal ``User`` queries will be unorderd and ``OrderedUser`` queries will
1079+
Now normal ``User`` queries will be unordered and ``OrderedUser`` queries will
10801080
be ordered by ``username``.
10811081

10821082
QuerySets still return the model that was requested

0 commit comments

Comments
 (0)