1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #4556: Update form for adding devices to clusters

This commit is contained in:
Jeremy Stretch
2020-04-29 15:50:16 -04:00
parent f98a236a5b
commit 81ffa0811e
4 changed files with 4 additions and 22 deletions

View File

@ -13,6 +13,7 @@
* [#4527](https://github.com/netbox-community/netbox/issues/4527) - Fix assignment of certain tags to config contexts
* [#4545](https://github.com/netbox-community/netbox/issues/4545) - Removed all squashed schema migrations to allow direct upgrades from very old releases
* [#4549](https://github.com/netbox-community/netbox/issues/4549) - Fix encoding unicode webhook body data
* [#4556](https://github.com/netbox-community/netbox/issues/4556) - Update form for adding devices to clusters
---