mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
34b3f0c0fc
As per #5620 - signals are often overlooked as a way of customising model-level behaviour. We should recommend them over admin hooks where possible, as they aren't reliant on users taking one particular path through the admin - for example, an 'add document' signal will be triggered regardless of whether a document is created through the single uploader, multiple uploader, chooser model or a scripted task, whereas a hook would not catch all of these cases. |
||
---|---|---|
.. | ||
contrib | ||
pages | ||
hooks.rst | ||
index.rst | ||
management_commands.rst | ||
project_template.rst | ||
signals.rst |