Skip to content

Commit 2d19c50

Browse files
committed
#14132: Annotate WebhooksMixin renaming under breaking changes
1 parent 7c4b939 commit 2d19c50

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/release-notes/version-3.7.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
* The internal ConfigRevision model has moved from `extras` to `core`. Configuration history will be retained throughout the upgrade process.
1111
* The [L2VPN](../models/vpn/l2vpn.md) and [L2VPNTermination](../models/vpn/l2vpntermination.md) models have moved from the `ipam` app to the new `vpn` app. All object data will be retained, however please note that the relevant API endpoints have likewise moved to `/api/vpn/`.
1212
* The `CustomFieldsMixin`, `SavedFiltersMixin`, and `TagsMixin` classes have moved from the `extras.forms.mixins` module to `netbox.forms.mixins`.
13+
* The `netbox.models.features.WebhooksMixin` class has been renamed to `EventRulesMixin`.
1314

1415
### New Features
1516

netbox/netbox/models/features.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
'CustomFieldsMixin',
3131
'CustomLinksMixin',
3232
'CustomValidationMixin',
33+
'EventRulesMixin',
3334
'ExportTemplatesMixin',
3435
'ImageAttachmentsMixin',
3536
'JobsMixin',
3637
'JournalingMixin',
3738
'SyncedDataMixin',
3839
'TagsMixin',
39-
'EventRulesMixin',
4040
)
4141

4242

0 commit comments

Comments
 (0)