This documentation covers Djblets 1.0.
You can select a version above or
view the latest documentation.
djblets.webapi.signals
Web API signals.
-
webapi_token_created
= <django.dispatch.dispatcher.Signal object>[source]
A signal indicating a WebAPI token has been created.
Parameters: |
- instance (djblets.webapi.models.WebAPIToken) – The created instance.
- auto_generated (bool) – Whether or not the token was automatically generated.
|
-
webapi_token_updated
= <django.dispatch.dispatcher.Signal object>[source]
A signal indicating a WebAPI token has been updated.
Parameters: | instance (djblets.webapi.models.WebAPIToken) – The updated instance. |