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