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