Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ signals.py
File
signals.py
django/contrib/auth/signals.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
django.dispatch
import
Signal
2
3
user_logged_in = Signal()
4
user_login_failed = Signal()
Callers
nothing calls this directly
Calls
1
Signal
Class · 0.90
Tested by
no test coverage detected