diff options
| author | M Somerville <dracos@users.noreply.github.com> | 2017-01-11 23:31:11 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-11 18:31:41 -0500 |
| commit | 9b16503b76b2c3fb19afd6cd9714da5adbcf04c3 (patch) | |
| tree | 9f7f09a38f99dc5d9d891d4758aeb940f658774a | |
| parent | 5ea2228731674a913790b4a3ab4ca0669843005f (diff) | |
[1.10.x] Fixed typo in docs/topics/db/managers.txt.
Backport of 56c87b51abca51c90cb5f2c10ec2def583bb92ad from master
| -rw-r--r-- | docs/topics/db/managers.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt index 7ae6dc7b04..2867db02d9 100644 --- a/docs/topics/db/managers.txt +++ b/docs/topics/db/managers.txt @@ -230,7 +230,7 @@ retrieved. If you override the ``get_queryset()`` method and filter out any rows, Django will return incorrect results. Don't do that. A manager that filters results -in ``get_queryset()`` is not appropriate for use as a default manager. +in ``get_queryset()`` is not appropriate for use as a base manager. .. _calling-custom-queryset-methods-from-manager: |
