This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
188f7786bc
django1
/
django
/
db
/
backends
/
signals.py
4 lines
66 B
Python
Raw
Normal View
History
Unescape
Escape
Fixed #6064 -- Added the `connection_created` signal for when a database connection is created. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10182 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-03-30 07:15:58 +08:00
from
django
.
dispatch
import
Signal
Fixed #31327 -- Deprecated providing_args argument for Signal.
2020-03-02 01:22:03 +08:00
connection_created
=
Signal
(
)