Fixes #6217: Disallow passing of string values for integer custom fields

This commit is contained in:
jeremystretch
2021-06-02 16:12:11 -04:00
parent 15d26dfe1f
commit 8c300de023
2 changed files with 2 additions and 3 deletions

View File

@@ -11,6 +11,7 @@
### Bug Fixes
* [#6064](https://github.com/netbox-community/netbox/issues/6064) - Fix object permission assignments for user and group models
* [#6217](https://github.com/netbox-community/netbox/issues/6217) - Disallow passing of string values for integer custom fields
* [#6284](https://github.com/netbox-community/netbox/issues/6284) - Avoid sending redundant webhooks when adding/removing tags
* [#6496](https://github.com/netbox-community/netbox/issues/6496) - Fix upgrade script when Python installed in nonstandard path
* [#6502](https://github.com/netbox-community/netbox/issues/6502) - Correct permissions evaluation for running a report via the REST API