Commit 9e8658db authored by Greg Brown's avatar Greg Brown Committed by Tim Graham
Browse files

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

parent b2aad7b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -290,7 +290,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::