Kaydet (Commit) f34de7dd authored tarafından Aymeric Augustin's avatar Aymeric Augustin

[py3] Fixed backends tests.

üst c03cf0b0
......@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment