Closes #11611: Refactor API viewset classes and introduce NetBoxReadOnlyModelViewSet

This commit is contained in:
jeremystretch
2023-01-27 16:30:31 -05:00
parent 7d9d15b37f
commit 81aee65ede
3 changed files with 134 additions and 84 deletions

View File

@@ -13,3 +13,4 @@
* [#10604](https://github.com/netbox-community/netbox/issues/10604) - Remove unused `extra_tabs` block from `object.html` generic template
* [#10923](https://github.com/netbox-community/netbox/issues/10923) - Remove unused `NetBoxModelCSVForm` class (replaced by `NetBoxModelImportForm`)
* [#11611](https://github.com/netbox-community/netbox/issues/11611) - Refactor API viewset classes and introduce NetBoxReadOnlyModelViewSet