summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/signals.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 4c1db33b87..36ad071a75 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -12,6 +12,9 @@ A list of all the signals that Django sends.
The :doc:`comment framework </ref/contrib/comments/index>` sends a :doc:`set
of comment-related signals </ref/contrib/comments/signals>`.
+ The :ref:`authentication framework <topics-auth>` sends :ref:`signals when
+ a user is logged in / out <topics-auth-signals>`.
+
Model signals
=============