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 b58cdf6 commit ffe9f62Copy full SHA for ffe9f62
django_mongodb/features.py
@@ -61,6 +61,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
61
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
62
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
63
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
64
+ # Ordering 'OrderBy' is not iterable
65
+ "ordering.tests.OrderingTests.test_ordering_select_related_collision",
66
}
67
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
68
_django_test_expected_failures_bitwise = {
0 commit comments