Skip to content

Commit 6b224ae

Browse files
committed
fix issue avidal#13
1 parent bc36b3c commit 6b224ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_pyodbc/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def _cursor(self):
210210
else:
211211
self.connection = Database.connect(connstr, \
212212
autocommit=autocommit)
213-
connection_created.send(sender=self.__class__)
213+
connection_created.send(sender=self.__class__, connection=self)
214214

215215
cursor = self.connection.cursor()
216216
if new_conn:

0 commit comments

Comments
 (0)