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