forked from github/pelican
Add content_object_init to list of signals
This commit is contained in:
parent
bdd702384f
commit
70a72545ce
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ get_generators generators invoked in Pelic
|
|||
pages_generate_context pages_generator, metadata
|
||||
pages_generator_init pages_generator invoked in the PagesGenerator.__init__
|
||||
pages_generator_finalized pages_generator invoked at the end of PagesGenerator.generate_context
|
||||
content_object_init content_object invoked at the end of Content.__init__ (see note below)
|
||||
============================= ============================ ===========================================================================
|
||||
|
||||
The list is currently small, so don't hesitate to add signals and make a pull
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue