8000 fix · googleapis/python-spanner-django@88c6a8b · GitHub
[go: up one dir, main page]

Skip to content

Commit 88c6a8b

Browse files
committed
fix
1 parent 6c1ef24 commit 88c6a8b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

django_spanner/features.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,15 @@ class DatabaseFeatures(BaseDatabaseFeatures):
363363
"model_formsets.tests.ModelFormsetTest.test_prevent_change_outer_model_and_create_invalid_data",
364364
"model_formsets_regress.tests.FormfieldShouldDeleteFormTests.test_no_delete",
365365
"model_formsets_regress.tests.FormsetTests.test_extraneous_query_is_not_run",
366+
"model_formsets_regress.tests.RedeleteTests.test_resubmit",
367+
"model_formsets_regress.tests.InlineFormsetTests.test_save_as_new_with_new_inlines",
368+
"model_formsets_regress.tests.InlineFormsetTests.test_inline_model_with_to_field_to_rel",
369+
"model_formsets_regress.tests.InlineFormsetTests.test_inline_model_with_to_field",
370+
"model_formsets_regress.tests.InlineFormsetTests.test_inline_model_with_primary_to_field",
371+
"model_formsets_regress.tests.InlineFormsetTests.test_initial_data",
372+
"model_formsets_regress.tests.InlineFormsetTests.test_formset_over_to_field",
373+
"model_formsets_regress.tests.InlineFormsetTests.test_formset_over_inherited_model",
374+
"model_formsets_regress.tests.InlineFormsetTests.test_initial_data",
366375
# Numeric field is not supported in primary key/unique key.
367376
"model_formsets.tests.ModelFormsetTest.test_inline_formsets_with_custom_pk",
368377
"model_forms.tests.ModelFormBaseTest.test_exclude_and_validation",

0 commit comments

Comments
 (0)
0