This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
mongoengine
Watch
1
Star
0
Fork
You've already forked mongoengine
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
69d3e0c4b6
mongoengine
/
tests
History
Download ZIP
Download TAR.GZ
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