summaryrefslogtreecommitdiff
path: root/django/db/backends/signals.py
AgeCommit message (Expand)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. T...Russell Keith-Magee
2009-03-30Fixed redundant definition of `connection_created` signal due to DVCS mistake...Justin Bronn
2009-03-29Fixed #6064 -- Added the `connection_created` signal for when a database conn...Justin Bronn