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 87633a9 commit 6a82d61Copy full SHA for 6a82d61
django_mongodb/features.py
@@ -72,6 +72,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
72
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
73
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
74
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
75
+ # Ordering 'OrderBy' is not iterable
76
+ "ordering.tests.OrderingTests.test_ordering_select_related_collision",
77
}
78
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
79
_django_test_expected_failures_bitwise = {
0 commit comments