mongoengine/tests
Ross Lawley 3b60adc8da Merge pull request #344 from matchbox/complex-change-tracking
Remove custom change tracking for ComplexBaseFields just use BaseField's one
2013-06-04 02:54:59 -07:00
..
all_warnings Cascading saves now default to off (#291) 2013-04-25 10:24:33 +00:00
document update pickling test case to show the error 2013-05-20 17:40:56 -07:00
fields Merge pull request #344 from matchbox/complex-change-tracking 2013-06-04 02:54:59 -07:00
migration DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
queryset Fixed Doc.objects(read_preference=X) not setting read preference (#352) 2013-06-03 15:40:54 +00:00
__init__.py UUIDField now stores as a binary by default (#292) 2013-04-25 13:43:56 +00:00
fixtures.py Updated pickling (#316) 2013-05-20 10:04:17 +00:00
test_connection.py Removed import with from future 2013-05-01 08:48:14 +00:00
test_context_managers.py Added no_sub_classes context manager and queryset helper (#312) 2013-05-10 15:05:16 +00:00
test_dereference.py Removed import with from future 2013-05-01 08:48:14 +00:00
test_django.py Fixing django tests for py 2.6 2013-05-21 09:42:22 +00:00
test_jinja.py Querysets now utilises a local cache 2013-05-10 13:57:32 +00:00
test_replicaset_connection.py Updated tests 2013-01-28 13:40:28 +00:00
test_signals.py Added pre_save_post_validation signal (#345) 2013-06-04 09:35:44 +00:00