mongoengine/tests
Ross Lawley f60a49d6f6 Added .scalar to Queryset
More efficient than the previous .values_list implementation Ref #393
Reverted some of the .values_list code thats no longer needed.

Closes #415
2012-01-27 11:45:12 +00:00
..
__init__.py Added changelog to docs, updated manifest 2010-01-04 16:10:42 +00:00
connection.py Added multidb support 2011-11-22 08:01:14 -08:00
dereference.py Fixes circular list references 2011-11-29 03:43:49 -08:00
django_tests.py Fixed pagination limit / skip bug 2012-01-16 09:03:12 +00:00
document.py mixin inheritance 2011-12-19 11:31:42 -02:00
dynamic_document.py Dynamic Documents now support string query lookups 2011-12-06 06:38:25 -08:00
fields.py Add dict.update() support to BaseDict. 2012-01-16 19:13:03 +08:00
fixtures.py Fixed GridFS documents can now be pickled 2011-12-05 04:16:57 -08:00
mongoengine.png Added ImageField Support 2011-10-27 00:58:47 -07:00
queryset.py Added .scalar to Queryset 2012-01-27 11:45:12 +00:00
signals.py Removed debug print 2011-10-27 01:18:32 -07:00