1
0
mirror of https://github.com/django/django.git synced 2025-05-07 15:36:29 +00:00

[1.10.x] Fixed typo in docs/topics/db/managers.txt.

Backport of 56c87b51abca51c90cb5f2c10ec2def583bb92ad from master
This commit is contained in:
M Somerville 2017-01-11 23:31:11 +00:00 committed by Tim Graham
parent 5ea2228731
commit 9b16503b76

View File

@ -230,7 +230,7 @@ retrieved.
If you override the ``get_queryset()`` method and filter out any rows, Django 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 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: .. _calling-custom-queryset-methods-from-manager: