0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-12-01 11:41:20 +01:00
wagtail/docs/reference
Matt Westcott 34b3f0c0fc Recommend signals rather than hooks for model-level customisations
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.
2019-10-15 13:52:32 +01:00
..
contrib Add example of template rendering to TableBlock docs 2019-10-12 09:29:10 +10:00
pages Implement Page.with_content_json and add to docs (fixes #5199) 2019-06-20 16:24:04 +01:00
hooks.rst Recommend signals rather than hooks for model-level customisations 2019-10-15 13:52:32 +01:00
index.rst added some basic signals docs 2015-10-06 01:18:25 +13:00
management_commands.rst Add 'wagtail_update_index' as an alias for the 'update_index' command (#5009) 2019-03-01 11:01:41 +00:00
project_template.rst Document the Dockerfile in the project template (#4853) 2018-10-27 15:18:25 +02:00
signals.rst Use intersphinx for Django references when possible. (#4896) 2018-11-14 11:48:32 +00:00