mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed #26493 -- Documented how built-in signals are sent.
This commit is contained in:
parent
1ee9c5b4a9
commit
47fbbc33de
2 changed files with 6 additions and 4 deletions
|
@ -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::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue