[1.7.x] Fixed typo in docs/topics/db/managers.txt

Backport of 9e8658db51 from master
This commit is contained in:
Greg Brown 2014-09-29 16:40:31 +13:00 committed by Tim Graham
parent 7355885ef5
commit f9e8da1542
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ from_queryset
.. 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
returns a *subclass* of your base ``Manager`` with a copy of the custom
``QuerySet`` methods::