Source code django/db/backends/signals.py

1
2
3
from django.dispatch import Signal

connection_created = Signal()