mongoengine/tests
2013-04-26 11:38:45 +00:00
..
all_warnings Cascading saves now default to off (#291) 2013-04-25 10:24:33 +00:00
document Document serialization uses field order to ensure a strict order is set (#296) 2013-04-26 11:38:45 +00:00
fields DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
migration DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
queryset DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
__init__.py UUIDField now stores as a binary by default (#292) 2013-04-25 13:43:56 +00:00
fixtures.py Added FutureWarning for inherited classes not declaring allow_inheritance 2012-03-05 11:25:13 +00:00
test_connection.py Updated connection to use MongoClient (#262, #274) 2013-04-22 15:07:15 +00:00
test_context_managers.py Updated tests 2013-01-28 13:40:28 +00:00
test_dereference.py Merge branch 'master' into 0.8 2013-04-19 12:47:41 +00:00
test_django.py Added assertIn / assertNotIn for python 2.6 2013-04-25 12:03:44 +00:00
test_replicaset_connection.py Updated tests 2013-01-28 13:40:28 +00:00
test_signals.py ReferenceField now store ObjectId's by default rather than DBRef (#290) 2013-04-24 12:14:34 +00:00