mongoengine/mongoengine
2012-03-05 11:25:13 +00:00
..
django added custom db_alias support for MongoEngine DjangoSession 2011-12-07 13:36:35 -02:00
__init__.py Bumped version 2012-02-29 12:05:47 +00:00
base.py Added FutureWarning for inherited classes not declaring allow_inheritance 2012-03-05 11:25:13 +00:00
connection.py Don't ignore kwargs for uri style connections 2012-03-02 15:33:54 +01:00
dereference.py Merge branch 'cleaned_dev' of https://github.com/Ankhbayar/mongoengine into test 2012-02-29 11:13:48 +00:00
document.py Fix for bug where changes to a a embedded document field are not recorded if the root document was just created+saved. 2012-03-02 15:35:15 +01:00
fields.py Added warning to SortedListField 2012-03-05 11:20:22 +00:00
queryset.py Enable covered indexes for simple documents. 2012-03-02 13:42:24 +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