mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	Removed redundant definition of DatabaseFeatures.can_release_savepoints on MySQL.
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user