mongoengine/mongoengine
2012-12-07 15:59:09 +00:00
..
django can now use AuthenticationBackends with permissions. 2012-09-27 10:21:05 -05:00
__init__.py Fixed handling for old style types 2012-11-27 11:59:34 +00:00
base.py Fixed handling for old style types 2012-11-27 11:59:34 +00:00
connection.py fix for #494 2012-05-09 02:54:08 -07:00
dereference.py Fixed reload issue with ReferenceField where dbref=False (MongoEngine/mongoengine#138) 2012-09-24 18:49:29 +00:00
document.py Fixed reload issue with ReferenceField where dbref=False (MongoEngine/mongoengine#138) 2012-09-24 18:49:29 +00:00
fields.py Unicode fix reverted but can have custom validator 2012-10-01 14:48:53 +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
queryset.py Add as_pymongo to __getitem__ and in_bulk 2012-12-07 15:59:09 +00: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