mongoengine/mongoengine
2013-07-11 08:11:00 +00:00
..
base Fixed EmbeddedDocuments with id also storing _id (#402) 2013-07-11 08:11:00 +00:00
django Fix crash on Python 3.x and Django >= 1.5 2013-07-03 01:17:40 +04:00
queryset Merge remote-tracking branch 'origin/pr/393' into 393 2013-07-10 19:53:13 +00:00
__init__.py Version bump 0.8.2 2013-06-07 08:45:40 +00:00
common.py Documentation updates 2013-06-07 08:21:15 +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 Document.select_related() now respects db_alias (#377) 2013-07-10 12:49:19 +00:00
errors.py Ensure all field params are documented (#97) 2013-04-23 15:59:23 +00:00
fields.py Added get_proxy_object helper to filefields (#391) 2013-07-10 21:19:11 +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