mirror of
https://github.com/django/django.git
synced 2025-03-25 00:30:45 +00:00
Removed unneeded supports_combined_alters feature flag on Oracle.
supports_combined_alters is False by default.
This commit is contained in:
parent
7f8f69fb38
commit
1555e5850d
@ -27,7 +27,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
|
||||
supports_sequence_reset = False
|
||||
can_introspect_materialized_views = True
|
||||
atomic_transactions = False
|
||||
supports_combined_alters = False
|
||||
nulls_order_largest = True
|
||||
requires_literal_defaults = True
|
||||
closed_cursor_error_class = InterfaceError
|
||||
|
Loading…
x
Reference in New Issue
Block a user