diff options
| author | Luoxzhg <luoxzhg@users.noreply.github.com> | 2018-04-09 17:55:25 +0800 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-11 22:26:51 -0400 |
| commit | f395b7653dd8d3a94337b2066d696d725b42ca8e (patch) | |
| tree | 461f0491f03b446a2baa975633b348f30b32c584 /docs | |
| parent | 2e7b1e32976127bbe71320c848ce89b6e4b7e1a3 (diff) | |
[2.0.x] Fixed typo in docs/topics/db/managers.txt.
Backport of 99539ca319eb5f5fe6486c4a699f5f40da76f8e4 from master
Diffstat (limited to 'docs')
| -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 87756dc2b4..6c9e6a4163 100644 --- a/docs/topics/db/managers.txt +++ b/docs/topics/db/managers.txt @@ -214,7 +214,7 @@ appropriate for your circumstances, you can tell Django which class to use by setting :attr:`Meta.base_manager_name <django.db.models.Options.base_manager_name>`. -Manager's aren't used when querying on related models. For example, if the +Base managers aren't used when querying on related models. For example, if the ``Question`` model :ref:`from the tutorial <creating-models>` had a ``deleted`` field and a base manager that filters out instances with ``deleted=True``, a queryset like ``Choice.objects.filter(question__name__startswith='What')`` |
