mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Tweak syntax
This commit is contained in:
parent
c22c7cee3e
commit
650fcb2b17
@ -51,7 +51,7 @@ This store maintains all registered items for plugins, such as navigation menus,
|
||||
|
||||
### `request_processors`
|
||||
|
||||
A list of context managers to invoke when processing a request e.g. in middleware or when executing a background job. Request processors can be registered with the `register_request_processor()` decorator.
|
||||
A list of context managers to invoke when processing a request e.g. in middleware or when executing a background job. Request processors can be registered with the `@register_request_processor` decorator.
|
||||
|
||||
### `search`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user