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 640b4d0 commit fe56de1Copy full SHA for fe56de1
django_mongodb/features.py
@@ -611,6 +611,9 @@ def django_test_expected_failures(self):
611
"foreign_object.tests.MultiColumnFKTests",
612
"foreign_object.tests.TestExtraJoinFilterQ",
613
},
614
+ "Tuple lookups are not supported.": {
615
+ "foreign_object.test_tuple_lookups.TupleLookupsTests",
616
+ },
617
"Custom lookups are not supported.": {
618
"custom_lookups.tests.BilateralTransformTests",
619
"custom_lookups.tests.LookupTests.test_basic_lookup",
0 commit comments