diff options
| author | Filipa Andrade <filipa.andrade@gmail.com> | 2016-04-13 10:04:24 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-04-13 07:48:18 -0400 |
| commit | 47fbbc33de805c803c39483344854caa2890c32c (patch) | |
| tree | 338f7420fb02c7b13fed423d4ce39387c22d435f /docs/ref | |
| parent | 1ee9c5b4a965aaec7ab230295dcd4b99e330ab03 (diff) | |
Fixed #26493 -- Documented how built-in signals are sent.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/signals.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ref/signals.txt b/docs/ref/signals.txt index b938f10fd9..b7371a1ed0 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:: |
