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 9393 migrations
9494 model_fields
9595 model_forms
96+ model_formsets
9697 model_inheritance_regress
9798 mutually_referential
9899 nested_foreign_keys
Original file line number Diff line number Diff line change @@ -82,6 +82,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8282 # https://github.com/mongodb-labs/django-mongodb/issues/161
8383 "queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup" ,
8484 "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" ,
8587 }
8688 # $bitAnd, #bitOr, and $bitXor are new in MongoDB 6.3.
8789 _django_test_expected_failures_bitwise = {
You can’t perform that action at this time.
0 commit comments