Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to tobych for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Gabriel Hurley 2010-10-28 01:55:58 +00:00
parent 1356947fad
commit 9962f352bf
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"] ordering = ["username"]
proxy = True 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``. be ordered by ``username``.
QuerySets still return the model that was requested QuerySets still return the model that was requested