Closed
Description
NetBox version
v3.3.2
Feature type
New functionality
Proposed functionality
Document support for the use of CloningMixin by plugins.
Use case
CloningMixin was introduced internally under #10304 to provide the clone()
method to models which don't inherit from NetBoxModel. In keeping with convention, we should make it available for plugins just like the other model feature mixins.
Database changes
No response
External dependencies
No response