X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=ldapdb%2Fbackends%2Fldap%2Fbase.py;h=201f287a4c5dff82bc0ef83ce7a8bed1815dd4ca;hb=62d069c59b8ccea19532c7cda599af992b4c7ebe;hp=a77922134eab0f81b5cf3de70fc789e7abdf56f7;hpb=04959f21602feb1e53db016d26aa1a22c5a13946;p=matthijs%2Fupstream%2Fdjango-ldapdb.git diff --git a/ldapdb/backends/ldap/base.py b/ldapdb/backends/ldap/base.py index a779221..201f287 100644 --- a/ldapdb/backends/ldap/base.py +++ b/ldapdb/backends/ldap/base.py @@ -74,6 +74,7 @@ class DatabaseWrapper(BaseDatabaseWrapper): self.creation = DatabaseCreation(self) self.features = DatabaseFeatures(self) self.ops = DatabaseOperations() + self.settings_dict['SUPPORTS_TRANSACTIONS'] = False def close(self): pass