Skip to content

Commit

Permalink
Fixed typo in docs/topics/db/managers.txt.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos authored and timgraham committed Jan 11, 2017
1 parent f3b7c05 commit 56c87b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/managers.txt
Expand Up @@ -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:

Expand Down

0 comments on commit 56c87b5

Please sign in to comment.