-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user
Milestone
Description
Proposed Changes
Add WebhooksMixin to the list of superclasses from which ChangeLoggedModel inherits.
Justification
Every subclass of ChangeLoggedModel currently also inherit from WebhooksMixin, with two exceptions:
extras.Branchextras.StagedChange
This change will effectively enable webhooks for the two models above, which I believe is reasonable.
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: housekeepingChanges to the application which do not directly impact the end userChanges to the application which do not directly impact the end user