summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/models.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index 2287053553..a5370b6c59 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -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