mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-17 06:20:31 +00:00
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 | ||