mirror of
https://github.com/django/django.git
synced 2025-08-16 16:50:33 +00:00
Fixed typo in docs/topics/db/managers.txt
This commit is contained in:
parent
b2aad7b836
commit
9e8658db51
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ from_queryset
|
||||||
|
|
||||||
.. classmethod:: from_queryset(queryset_class)
|
.. classmethod:: from_queryset(queryset_class)
|
||||||
|
|
||||||
For advance usage you might want both a custom ``Manager`` and a custom
|
For advanced usage you might want both a custom ``Manager`` and a custom
|
||||||
``QuerySet``. You can do that by calling ``Manager.from_queryset()`` which
|
``QuerySet``. You can do that by calling ``Manager.from_queryset()`` which
|
||||||
returns a *subclass* of your base ``Manager`` with a copy of the custom
|
returns a *subclass* of your base ``Manager`` with a copy of the custom
|
||||||
``QuerySet`` methods::
|
``QuerySet`` methods::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue