mirror of
https://github.com/django/django.git
synced 2025-09-08 03:30:48 +00:00
Fixed #27788 -- Dropped support for Oracle < 12.1.
This commit is contained in:
parent
a6755b29e9
commit
0de0699d94
9 changed files with 23 additions and 42 deletions
|
@ -416,7 +416,7 @@ class SchemaTests(TransactionTestCase):
|
|||
field_type = columns['awesome'][0]
|
||||
self.assertEqual(
|
||||
field_type,
|
||||
connection.features.introspected_boolean_field_type(new_field, created_separately=True)
|
||||
connection.features.introspected_boolean_field_type(new_field)
|
||||
)
|
||||
|
||||
def test_add_field_default_transform(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue