MCPcopy
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

1from django.dispatch import Signal
2
3user_logged_in = Signal()
4user_login_failed = Signal()

Callers

nothing calls this directly

Calls 1

SignalClass · 0.90

Tested by

no test coverage detected