Skip to content

Commit fe56de1

Browse files
committed
tuple lookups not supported
1 parent 640b4d0 commit fe56de1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

django_mongodb/features.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,9 @@ def django_test_expected_failures(self):
611611
"foreign_object.tests.MultiColumnFKTests",
612612
"foreign_object.tests.TestExtraJoinFilterQ",
613613
},
614+
"Tuple lookups are not supported.": {
615+
"foreign_object.test_tuple_lookups.TupleLookupsTests",
616+
},
614617
"Custom lookups are not supported.": {
615618
"custom_lookups.tests.BilateralTransformTests",
616619
"custom_lookups.tests.LookupTests.test_basic_lookup",

0 commit comments

Comments
 (0)