summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorFilipa Andrade <filipa.andrade@gmail.com>2016-04-13 10:04:24 +0200
committerTim Graham <timograham@gmail.com>2016-04-13 07:52:32 -0400
commit8bf5cede3785a49b90737440eb9cc082ff29c054 (patch)
tree422661802a902906f775e8578cacd56732eea604 /docs/ref
parentcc38262d40b51198fa3e15074e2b8daa37646e8f (diff)
[1.9.x] Fixed #26493 -- Documented how built-in signals are sent.
Backport of 47fbbc33de805c803c39483344854caa2890c32c from master
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::