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

Closes #3706: Increase available_power maximum value on PowerFeed

This commit is contained in:
Jeremy Stretch
2019-12-11 21:12:18 -05:00
parent 7bbd9be389
commit 5aa17bc42a
4 changed files with 26 additions and 7 deletions

View File

@@ -232,6 +232,7 @@ PATCH) to maintain backward compatibility. This behavior will be discontinued be
scripts
* [#3655](https://github.com/digitalocean/netbox/issues/3655) - Add `description` field to organizational models
* [#3664](https://github.com/digitalocean/netbox/issues/3664) - Enable applying configuration contexts by tags
* [#3706](https://github.com/digitalocean/netbox/issues/3706) - Increase `available_power` maximum value on PowerFeed
* [#3731](https://github.com/digitalocean/netbox/issues/3731) - Change Graph.type to a ContentType foreign key field
## API Changes