mongoengine/mongoengine
2012-09-05 10:24:25 +01:00
..
django Python 2.5 and 3.1 support confirmed 2012-08-07 13:07:51 +01:00
__init__.py Updated version 2012-09-05 10:24:25 +01:00
base.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
connection.py fix for #494 2012-05-09 02:54:08 -07:00
dereference.py Updated ReferenceField's to optionally store ObjectId strings. 2012-08-23 11:02:38 +01:00
document.py Merge branch 'master' of https://github.com/dimonb/mongoengine 2012-09-03 11:00:41 +01:00
fields.py Test checking can save if not included 2012-08-24 11:45:04 +01: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 Update index spec generation so its not destructive (MongoEngine/mongoengine#113) 2012-09-04 14:39:19 +01: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