Skip to content

Commit

Permalink
Fixed #14578 -- Corrected a typo in the Models topic docs. Thanks to …
Browse files Browse the repository at this point in the history
…tobych for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
Gabriel Hurley committed Oct 28, 2010
1 parent 1356947 commit 9962f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/models.txt
Expand Up @@ -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
Expand Down

0 comments on commit 9962f35

Please sign in to comment.