Kaydet (Commit) 99539ca3 authored tarafından Luoxzhg's avatar Luoxzhg Kaydeden (comit) Tim Graham

Fixed typo in docs/topics/db/managers.txt.

üst c3055242
......@@ -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')``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment