Closes #5139: Omit utilization statistics from RIR list

This commit is contained in:
Jeremy Stretch
2020-10-20 13:16:35 -04:00
parent 6911d6ff17
commit 9c29cdb97d
4 changed files with 2 additions and 139 deletions

View File

@@ -62,6 +62,7 @@ All end-to-end cable paths are now cached using the new CablePath model. This al
* [#4878](https://github.com/netbox-community/netbox/issues/4878) - Custom field data is now stored directly on each object
* [#4941](https://github.com/netbox-community/netbox/issues/4941) - `commit` argument is now required argument in a custom script's `run()` method
* [#5011](https://github.com/netbox-community/netbox/issues/5011) - Standardized name field lengths across all models
* [#5139](https://github.com/netbox-community/netbox/issues/5139) - Omit utilization statistics from RIR list
* [#5225](https://github.com/netbox-community/netbox/issues/5225) - Circuit termination port speed is now an optional field
### REST API Changes