summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGreg Brown <greg@gregbrown.co.nz>2014-09-29 16:40:31 +1300
committerTim Graham <timograham@gmail.com>2014-09-29 07:45:28 -0400
commit9e8658db51376fec3300461774d8e4654d643c5f (patch)
tree633398b58ead8303c1a9c8e7251a037eb16edde2 /docs
parentb2aad7b836bfde012756cca69291c14d2fdbd334 (diff)
Fixed typo in docs/topics/db/managers.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/managers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/managers.txt b/docs/topics/db/managers.txt
index 9e12166a76..73f3bacd00 100644
--- a/docs/topics/db/managers.txt
+++ b/docs/topics/db/managers.txt
@@ -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::