mongoengine/tests
2013-08-21 13:52:24 +04:00
..
all_warnings Cascading saves now default to off (#291) 2013-04-25 10:24:33 +00:00
document Fixed indexing - turn off _cls (#414) 2013-07-30 11:43:52 +00:00
fields Dynamic Fields store and recompose Embedded Documents / Documents correctly (#449) 2013-08-20 08:30:20 +00:00
migration DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
queryset Fixed "$pull" semantics for nested ListFields (#447) 2013-08-20 15:54:42 +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 database name necessity in uri connection schema 2013-08-21 13:52:24 +04: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 Fixed dereference issue with embedded listfield referencefields (#439) 2013-08-20 10:22:06 +00:00
test_django.py Merge remote-tracking branch 'origin/pr/432' 2013-08-06 11:05:52 +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