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, 2 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt
index 77378b0a48..e28bab2c12 100644
--- a/docs/ref/signals.txt
+++ b/docs/ref/signals.txt
@@ -2,7 +2,8 @@
Signals
=======
-A list of all the signals that Django sends.
+A list of all the signals that Django sends. All built-in signals are sent
+using the :meth:`~django.dispatch.Signal.send` method.
.. seealso::