[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
This commit is contained in:
Gabriel Hurley 2010-10-28 01:56:41 +00:00
parent e8c413a3e2
commit 12652baca6
1 changed files with 1 additions and 1 deletions

View File

@ -1076,7 +1076,7 @@ attribute when you use the proxy. This is easy::
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