mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[py3] Fixed backends tests.
This commit is contained in:
		| @@ -47,6 +47,8 @@ class BaseDatabaseWrapper(object): | ||||
|     def __ne__(self, other): | ||||
|         return not self == other | ||||
|  | ||||
|     __hash__ = object.__hash__ | ||||
|  | ||||
|     def _commit(self): | ||||
|         if self.connection is not None: | ||||
|             return self.connection.commit() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user