Merge pull request #553 from davidwilemski/patch-2

Fix typo in upgrade docs
This commit is contained in:
Ross Lawley 2014-01-24 05:05:00 -08:00
commit ed22af4e73

View File

@ -270,7 +270,7 @@ queryset you should upgrade to use count::
len(Animal.objects(type="mammal"))
# New code
Animal.objects(type="mammal").count())
Animal.objects(type="mammal").count()
.only() now inline with .exclude()