mongoengine/tests
2013-07-11 08:11:00 +00:00
..
all_warnings Cascading saves now default to off (#291) 2013-04-25 10:24:33 +00:00
document Fixed EmbeddedDocuments with id also storing _id (#402) 2013-07-11 08:11:00 +00:00
fields Added get_proxy_object helper to filefields (#391) 2013-07-10 21:19:11 +00:00
migration DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
queryset Merge remote-tracking branch 'origin/pr/393' into 393 2013-07-10 19:53:13 +00:00
__init__.py UUIDField now stores as a binary by default (#292) 2013-04-25 13:43:56 +00:00
fixtures.py _dynamic field updates - fixed pickling and creation order 2013-07-10 10:57:24 +00:00
test_connection.py Remove users post uri test 2013-06-25 09:30:28 +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 Document.select_related() now respects db_alias (#377) 2013-07-10 12:49:19 +00:00
test_django.py Prep for django and py3 support 2013-07-10 08:38:13 +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 queryset delete tests for signals 2013-06-04 16:59:25 +00:00