We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc36b3c commit 6b224aeCopy full SHA for 6b224ae
django_pyodbc/base.py
@@ -210,7 +210,7 @@ def _cursor(self):
210
else:
211
self.connection = Database.connect(connstr, \
212
autocommit=autocommit)
213
- connection_created.send(sender=self.__class__)
+ connection_created.send(sender=self.__class__, connection=self)
214
215
cursor = self.connection.cursor()
216
if new_conn:
0 commit comments