mongoengine/mongoengine
2012-11-08 16:35:20 +00:00
..
base Updated documents with embedded documents can be created in a single operation (MongoEngine/mongoengine#6) 2012-11-08 14:46:56 +00:00
django Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
queryset Updated inheritable objects created by upsert now contain _cls (MongoEngine/mongoengine#118) 2012-11-08 16:35:20 +00:00
__init__.py Changed the inheritance model to remove types 2012-10-15 13:48:02 +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 fix for #494 2012-05-09 02:54:08 -07: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 Changed the inheritance model to remove types 2012-10-15 13:48:02 +00:00
fields.py Add value_decorator into SequenceField 2012-11-07 13:20:34 +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