mongoengine/mongoengine
2013-01-22 13:31:53 +00:00
..
base Fix index build_spec #177 2012-12-19 16:55:14 +00:00
django Merge branch 'fix_use_django_tz' of https://github.com/lexqt/mongoengine into 0.8 2012-12-21 12:10:54 +00:00
queryset Added support for $maxDistance (#179) 2013-01-22 13:31:53 +00:00
__init__.py 0.7.9 2012-12-10 15:16:31 +00:00
common.py Updated documents with embedded documents can be created in a single operation (MongoEngine/mongoengine#6) 2012-11-08 14:46:56 +00:00
connection.py Querysets now return clones and are no longer edit in place 2013-01-04 09:41:08 +00:00
dereference.py Inheritance is off by default (MongoEngine/mongoengine#122) 2012-10-22 19:29:26 +00:00
document.py Updated index creation now tied to Document class ((MongoEngine/mongoengine#102) 2012-11-07 15:04:45 +00:00
errors.py Fixing for python2.5 2012-12-19 12:51:42 +00:00
fields.py FileFields now copyable (#198) 2012-12-21 17:09:10 +00:00
python_support.py python 2.6.4 and lower cannot handle unicode keys passed to __init__ (MongoEngine/mongoengine#101) 2012-09-03 13:10:06 +01:00
signals.py Pre and post bulk-insert signals 2011-09-09 19:17:40 +01:00
tests.py Added multidb support 2011-11-22 08:01:14 -08:00