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 c092620 commit 974b3b8Copy full SHA for 974b3b8
django_mongodb/features.py
@@ -385,6 +385,7 @@ def django_test_expected_failures(self):
385
"aggregation.tests.AggregateTestCase.test_aggregation_subquery_annotation",
386
"aggregation.tests.AggregateTestCase.test_aggregation_subquery_annotation_related_field",
387
"delete.tests.DeletionTests.test_only_referenced_fields_selected",
388
+ "expressions.tests.ExistsTests.test_optimizations",
389
"lookup.tests.LookupTests.test_in_ignore_none",
390
"lookup.tests.LookupTests.test_textfield_exact_null",
391
"migrations.test_commands.MigrateTests.test_migrate_syncdb_app_label",
0 commit comments