Fixes #6640: Disallow numeric values in custom text fields

This commit is contained in:
jeremystretch
2021-06-22 14:00:54 -04:00
parent ebb2918a88
commit efa0fc2b09
2 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
### Bug Fixes
* [#6626](https://github.com/netbox-community/netbox/issues/6626) - Fix site field on VM search form; add site group
* [#6640](https://github.com/netbox-community/netbox/issues/6640) - Disallow numeric values in custom text fields
* [#6652](https://github.com/netbox-community/netbox/issues/6652) - Fix exception when adding components in bulk to multiple devices
---