Closes #10314: Move clone() method from NetBoxModel to CloningMixin

This commit is contained in:
jeremystretch
2022-09-13 14:36:37 -04:00
parent 87af94a7d2
commit 6a9274a95f
4 changed files with 19 additions and 20 deletions

View File

@@ -0,0 +1,5 @@
# NetBox v3.4
### Plugins API
* [#10314](https://github.com/netbox-community/netbox/issues/10314) - Move `clone()` method from NetBoxModel to CloningMixin