Explorar o código

Removed unneeded @skipUnlessDBFeature('supports_combined_alters').

The test acts a regression test for 715ccfde24f9f2b7f6710429370a1eff3c78fc2a
if the feature is True, but it works on other backends too.
Tim Graham %!s(int64=3) %!d(string=hai) anos
pai
achega
ddf321479b
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      tests/schema/tests.py

+ 0 - 1
tests/schema/tests.py

@@ -1045,7 +1045,6 @@ class SchemaTests(TransactionTestCase):
         with connection.schema_editor() as editor:
             editor.alter_field(Note, old_field, new_field, strict=True)
 
-    @skipUnlessDBFeature('supports_combined_alters')
     def test_alter_null_to_not_null_keeping_default(self):
         """
         #23738 - Can change a nullable field with default to non-nullable