mongoengine/mongoengine
2012-10-01 15:26:34 +00:00
..
django can now use AuthenticationBackends with permissions. 2012-09-27 10:21:05 -05:00
__init__.py Fix ReferenceField dbref = False 2012-09-18 21:37:45 +00:00
base.py Unicode fix reverted but can have custom validator 2012-10-01 14:48:53 +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 Allow updates with match operators (MongoEngine/mongoengine#144) 2012-10-01 15:26:34 +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