This website requires JavaScript.
Explore
Help
Sign In
pub
/
mongoengine
Watch
1
Star
0
Fork
0
You've already forked mongoengine
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
mongoengine
/
tests
History
blackbrrr
69d3e0c4b6
added map/reduce support via QuerySet.map_reduce. map_reduce operations respect query specs and ordering, but ordering is currently only applied to map/reduce collection. map/reduce may eventually require its own QuerySet to avoid slicing conflicts. results are returned as lists of MapReduceDocument objects, dynamic objects representing the query. tests and documentation included. considered in the neighborhood of 'good start'.
2010-02-09 14:56:15 -06:00
..
__init__.py
Added changelog to docs, updated manifest
2010-01-04 16:10:42 +00:00
document.py
Merge branch 'master' of git://github.com/hmarr/mongoengine
2010-01-23 18:41:52 -06:00
fields.py
added URLField, DecimalField, tests.
2010-01-14 11:32:28 -06:00
queryset.py
added map/reduce support via QuerySet.map_reduce. map_reduce operations respect query specs and ordering, but ordering is currently only applied to map/reduce collection. map/reduce may eventually require its own QuerySet to avoid slicing conflicts. results are returned as lists of MapReduceDocument objects, dynamic objects representing the query. tests and documentation included. considered in the neighborhood of 'good start'.
2010-02-09 14:56:15 -06:00