Loading django/db/backends/__init__.py +2 −0 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
django/db/backends/__init__.py +2 −0 Original line number Diff line number Diff line Loading @@ -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() Loading