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 bd18fc7 commit 12cebdbCopy full SHA for 12cebdb
django_mongodb/features.py
@@ -66,6 +66,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
66
"expressions_case.tests.CaseExpressionTests.test_update_uuid",
67
# Raise exception when try to update unsaved objects.
68
"expressions.tests.BasicExpressionsTests.test_object_update_unsaved_objects",
69
+ # Integrity indexes aren't in MongoDB.
70
+ "model_fields.test_integerfield.PositiveIntegerFieldTests.test_negative_values",
71
}
72
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
73
_django_test_expected_failures_bitwise = {
0 commit comments