djblets.registries.signals¶
Signals for being notified on registry operations.
- registry_populating = <django.dispatch.dispatcher.Signal object>¶
Emitted when a registry is populating.
- Parameters:
registry (
djblets.registries.registry.Registry
) – The registry being populated.