Skip to content

Commit 4bd90c7

Browse files
committed
add model_formsets tests to CI
1 parent 17d8a5d commit 4bd90c7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
migrations
9494
model_fields
9595
model_forms
96+
model_formsets
9697
model_inheritance_regress
9798
mutually_referential
9899
nested_foreign_keys

django_mongodb/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 = {

0 commit comments

Comments
 (0)