Fixed #26493 -- Documented how built-in signals are sent.

This commit is contained in:
Filipa Andrade 2016-04-13 10:04:24 +02:00 committed by Tim Graham
parent 1ee9c5b4a9
commit 47fbbc33de
2 changed files with 6 additions and 4 deletions

View file

@ -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::