Updated docs for map_reduce MongoEngine/mongoengine#67
This commit is contained in:
parent
87792e1921
commit
966fa12358
1 changed files with 2 additions and 0 deletions
|
|
@ -1032,6 +1032,8 @@ class QuerySet(object):
|
|||
:class:`~bson.code.Code` or string
|
||||
:param output: output collection name, if set to 'inline' will try to
|
||||
use :class:`~pymongo.collection.Collection.inline_map_reduce`
|
||||
This can also be a dictionary containing output options
|
||||
see: http://docs.mongodb.org/manual/reference/commands/#mapReduce
|
||||
:param finalize_f: finalize function, an optional function that
|
||||
performs any post-reduction processing.
|
||||
:param scope: values to insert into map/reduce global scope. Optional.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue