From 56c87b51abca51c90cb5f2c10ec2def583bb92ad Mon Sep 17 00:00:00 2001 From: M Somerville Date: Wed, 11 Jan 2017 23:31:11 +0000 Subject: [PATCH] Fixed typo in docs/topics/db/managers.txt. --- docs/topics/db/managers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: