We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782feb7 commit 658f936Copy full SHA for 658f936
django_mongodb_backend/features.py
@@ -278,6 +278,7 @@ def django_test_expected_failures(self):
278
"update.tests.AdvancedTests.test_update_annotated_multi_table_queryset",
279
"update.tests.AdvancedTests.test_update_ordered_by_m2m_annotation",
280
"update.tests.AdvancedTests.test_update_ordered_by_m2m_annotation_desc",
281
+ "update.tests.AdvancedTests.test_update_values_annotation",
282
},
283
"QuerySet.dates() is not supported on MongoDB.": {
284
"admin_changelist.tests.ChangeListTests.test_computed_list_display_localization",
0 commit comments