File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 93
93
migrations
94
94
model_fields
95
95
model_forms
96
+ model_formsets
96
97
model_inheritance_regress
97
98
mutually_referential
98
99
nested_foreign_keys
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
82
82
# https://github.com/mongodb-labs/django-mongodb/issues/161
83
83
"queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
84
84
"queries.tests.ValuesSubqueryTests.test_values_in_subquery" ,
85
+ # ObjectIdAutoField.to_python() doesn't accept integers as strings.
86
+ "model_formsets.tests.ModelFormsetTest.test_inline_formsets_with_custom_save_method" ,
85
87
}
86
88
# $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
87
89
_django_test_expected_failures_bitwise = {
You can’t perform that action at this time.
0 commit comments