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 aeaf74c commit 8101a1bCopy full SHA for 8101a1b
django_mongodb/features.py
@@ -393,6 +393,7 @@ def django_test_expected_failures(self):
393
"lookup.tests.LookupTests.test_textfield_exact_null",
394
"migrations.test_commands.MigrateTests.test_migrate_syncdb_app_label",
395
"migrations.test_commands.MigrateTests.test_migrate_syncdb_deferred_sql_executed_with_schemaeditor",
396
+ "queries.tests.ExcludeTests.test_exclude_multivalued_exists",
397
"queries.tests.ExistsSql.test_exists",
398
"queries.tests.Queries6Tests.test_col_alias_quoted",
399
"schema.tests.SchemaTests.test_rename_column_renames_deferred_sql_references",
0 commit comments