mongoengine/mongoengine
2013-06-06 17:58:10 +00:00
..
base Fixed Datastructures so instances are a Document or EmbeddedDocument (#363) 2013-06-06 17:58:10 +00:00
django Django session ttl index expiry fixed (#329) 2013-06-03 13:31:35 +00:00
queryset Fixed amibiguity and differing behaviour regarding field defaults (#349) 2013-06-06 13:31:52 +00:00
__init__.py Version bump 2013-05-21 09:12:09 +00:00
common.py Add support for new geojson fields, indexes and queries (#299) 2013-04-30 14:46:23 +00:00
connection.py get_db() only assigns the db after authentication (#257) 2013-04-30 15:05:41 +00:00
context_managers.py Filter out index scan for pymongo cache 2013-06-05 10:42:41 +00:00
dereference.py Merge branch 'master' into 0.8 2013-04-18 13:30:00 +00:00
document.py Improved cascading saves write performance (#361) 2013-06-06 16:36:17 +00:00
errors.py Ensure all field params are documented (#97) 2013-04-23 15:59:23 +00:00
fields.py ImageFields now include PIL error messages if invalid error (#353) 2013-06-05 11:45:08 +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 Added pre_save_post_validation signal (#345) 2013-06-04 09:35:44 +00:00