-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
breaking changeThis change modifies or removes some previously documented functionalityThis change modifies or removes some previously documented functionalitystatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: deprecationRemoval of existing functionality or behaviorRemoval of existing functionality or behavior
Milestone
Description
Proposed Changes
Drop support for registering a single model with a PluginTemplateExtension subclass via the model attribute.
Justification
Model assignment is now done through the models (plural) attribute, which accepts an iterable of one or more models (see #17029)
Impact
Any plugins which employ PluginTemplateExtension subclasses will need to be slightly modified to support NetBox v4.3. See #17029 for implementation details.
Metadata
Metadata
Assignees
Labels
breaking changeThis change modifies or removes some previously documented functionalityThis change modifies or removes some previously documented functionalitystatus: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: deprecationRemoval of existing functionality or behaviorRemoval of existing functionality or behavior