Fixes #5175: Fix toggling of rack elevation order

This commit is contained in:
Jeremy Stretch
2020-09-24 10:01:02 -04:00
parent a16a172e09
commit 00e688112a
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.9
## v2.9.5 (FUTURE)
### Bug Fixes
* [#5175](https://github.com/netbox-community/netbox/issues/5175) - Fix toggling of rack elevation order
---
## v2.9.4 (2020-09-23)
**NOTE:** This release removes support for the `DEFAULT_TIMEOUT` parameter under `REDIS` database configuration. Set `RQ_DEFAULT_TIMEOUT` as a global configuration parameter instead.