reviewboard.signals
Top-level signals for initialization and settings changes.
-
initializing
= <django.dispatch.dispatcher.Signal object>[source]
Emitted when the initialization of Review Board is complete.
This will emit any time a process or thread has finished initializing,
and is ready to serve requests.
-
site_settings_loaded
= <django.dispatch.dispatcher.Signal object>[source]
Emitted when site settings have been loaded.
Any time there are new settings saved or loaded, this will emit. Consumers
can listen and update their own state based on the new settings.