mongoengine/tests
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