mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
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
This commit is contained in:
6
django/db/backends/signals.py
Normal file
6
django/db/backends/signals.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.dispatch import Signal
|
||||
|
||||
connection_created = Signal()
|
||||
from django.dispatch import Signal
|
||||
|
||||
connection_created = Signal()
|
||||
Reference in New Issue
Block a user