diff options
Diffstat (limited to 'docs/topics/db/models.txt')
| -rw-r--r-- | docs/topics/db/models.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 1e69009827..17a8e2d6bf 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -1062,7 +1062,7 @@ attribute when you use the proxy. This is easy:: Now normal ``User`` queries will be unorderd and ``OrderedUser`` queries will be ordered by ``username``. -Querysets still return the model that was requested +QuerySets still return the model that was requested ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There is no way to have Django return, say, a ``MyUser`` object whenever you |
