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 f92b9ed commit bfbe6f0Copy full SHA for bfbe6f0
django_mongodb/features.py
@@ -76,6 +76,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
76
"expressions_case.tests.CaseExpressionTests.test_update_uuid",
77
# Raise exception when try to update unsaved objects.
78
"expressions.tests.BasicExpressionsTests.test_object_update_unsaved_objects",
79
+ # Integrity indexes aren't in MongoDB.
80
+ "model_fields.test_integerfield.PositiveIntegerFieldTests.test_negative_values",
81
}
82
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
83
_django_test_expected_failures_bitwise = {
0 commit comments