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:
parent
1356947fad
commit
9962f352bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue