Signals

Signals

A list of all the signals that Django sends. All built-in signals are sent using the send() method.

See also

See the documentation on the signal dispatcher for information regarding how to register for and receive signals.

The authentication framework sends signals when a user is logged in / out.

Model signal