summaryrefslogtreecommitdiff
path: root/django/db/backends/signals.py
AgeCommit message (Collapse)Author
2020-03-05Fixed #31327 -- Deprecated providing_args argument for Signal.Jon Dufresne
2010-08-30Fixed #13798 -- Added connection argument to the connection_created signal. ↵Russell Keith-Magee
Thanks to liangent for the report, and Alex Gaynor for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30Fixed redundant definition of `connection_created` signal due to DVCS ↵Justin Bronn
mistake. My bad. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database ↵Justin Bronn
connection is created. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10182 bcc190cf-cafb-0310-a4f2-bffc1f526a37