mongoengine/mongoengine
2013-04-23 15:59:23 +00:00
..
base Fix PY3 hasattr connecting to the db at define time 2013-04-22 16:37:09 +00:00
django Updated connection to use MongoClient (#262, #274) 2013-04-22 15:07:15 +00:00
queryset Updated .only() behaviour - now like exclude it is chainable (#202) 2013-04-23 14:06:29 +00:00
__init__.py Ensure all field params are documented (#97) 2013-04-23 15:59:23 +00:00
common.py Added no_dereference context manager (#82) 2013-01-23 19:05:44 +00:00
connection.py Updated connection to use MongoClient (#262, #274) 2013-04-22 15:07:15 +00:00
context_managers.py Added no_dereference method for querysets (#82) (#61) 2013-01-24 17:33:10 +00:00
dereference.py Merge branch 'master' into 0.8 2013-04-18 13:30:00 +00:00
document.py Updated connection to use MongoClient (#262, #274) 2013-04-22 15:07:15 +00:00
errors.py Ensure all field params are documented (#97) 2013-04-23 15:59:23 +00:00
fields.py Ensure all field params are documented (#97) 2013-04-23 15:59:23 +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