1
0
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:
Mariusz Felisiak 2021-11-24 10:23:43 +01:00 committed by GitHub
parent 7f8f69fb38
commit 1555e5850d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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