1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00

Removed redundant definition of DatabaseFeatures.can_release_savepoints on MySQL.

This commit is contained in:
Mariusz Felisiak 2022-12-05 12:08:21 +01:00 committed by GitHub
parent 48531f53ae
commit 3d3e955efa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
supports_date_lookup_using_string = False
supports_timezones = False
requires_explicit_null_ordering_when_grouping = True
can_release_savepoints = True
atomic_transactions = False
can_clone_databases = True
supports_temporal_subtraction = True