Skip to content

Commit

Permalink
#14132: Annotate WebhooksMixin renaming under breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Jan 3, 2024
1 parent 109daca commit c78a792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes/version-3.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* The internal ConfigRevision model has moved from `extras` to `core`. Configuration history will be retained throughout the upgrade process.
* 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/`.
* The `CustomFieldsMixin`, `SavedFiltersMixin`, and `TagsMixin` classes have moved from the `extras.forms.mixins` module to `netbox.forms.mixins`.
* The `netbox.models.features.WebhooksMixin` class has been renamed to `EventRulesMixin`.

### New Features

Expand Down
2 changes: 1 addition & 1 deletion netbox/netbox/models/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
'CustomFieldsMixin',
'CustomLinksMixin',
'CustomValidationMixin',
'EventRulesMixin',
'ExportTemplatesMixin',
'ImageAttachmentsMixin',
'JobsMixin',
'JournalingMixin',
'SyncedDataMixin',
'TagsMixin',
'EventRulesMixin',
)


Expand Down

0 comments on commit c78a792

Please sign in to comment.