Fixes #4323: Add bulk edit view for power panels

This commit is contained in:
Jeremy Stretch
2020-03-06 16:05:26 -05:00
parent b22bf0c4b0
commit 2a5bf2a222
5 changed files with 52 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
# v2.7.10 (FUTURE)
## Enhancements
* [#4323](https://github.com/netbox-community/netbox/issues/4323) - Add bulk edit view for power panels
---
# v2.7.9 (2020-03-06)
**Note:** This release will deploy a Python virtual environment on upgrade in the `venv/` directory. This will require modifying the paths to your Python and gunicorn executables in the systemd service files. For more detail, please see the [upgrade instructions](https://netbox.readthedocs.io/en/stable/installation/upgrading/).