Merge pull request #1220 from bagerard/patch-1
fixed minor typo in docstring (PR has been issued by mistake to dev branch insteed of master)
This commit is contained in:
commit
decd70eb23
@ -1379,7 +1379,7 @@ class BaseQuerySet(object):
|
|||||||
Can only do direct simple mappings and cannot map across
|
Can only do direct simple mappings and cannot map across
|
||||||
:class:`~mongoengine.fields.ReferenceField` or
|
:class:`~mongoengine.fields.ReferenceField` or
|
||||||
:class:`~mongoengine.fields.GenericReferenceField` for more complex
|
:class:`~mongoengine.fields.GenericReferenceField` for more complex
|
||||||
counting a manual map reduce call would is required.
|
counting a manual map reduce call is required.
|
||||||
|
|
||||||
If the field is a :class:`~mongoengine.fields.ListField`, the items within
|
If the field is a :class:`~mongoengine.fields.ListField`, the items within
|
||||||
each list will be counted individually.
|
each list will be counted individually.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user