File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/developer/reference/backend Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,13 @@ Available manifest fields are:
139139 string representing the name of a function defined inside the module's
140140 ``__init__.py ``.
141141
142- ``pre_init_hook `` takes a cursor as its only argument, this function is
142+ ``pre_init_hook `` takes an env as its only argument, this function is
143143 executed prior to the module's installation.
144144
145- ``post_init_hook `` takes a cursor and a registry as its arguments , this
145+ ``post_init_hook `` takes an env as its only argument , this
146146 function is executed right after the module's installation.
147147
148- ``uninstall_hook `` takes a cursor and a registry as its arguments , this
148+ ``uninstall_hook `` takes an env as its only argument , this
149149 function is executed after the module's uninstallation.
150150
151151 These hooks should only be used when setup/cleanup required for this module
You can’t perform that action at this time.
0 commit comments