3923 validate key format

This commit is contained in:
kobayashi
2020-01-18 21:52:42 -05:00
parent 606f3dacbb
commit c6d18da2eb
5 changed files with 52 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
* [#3721](https://github.com/netbox-community/netbox/issues/3721) - Allow Unicode characters in tag slugs
* [#3951](https://github.com/netbox-community/netbox/issues/3951) - Fix exception in webhook worker due to missing constant
* [#3923](https://github.com/netbox-community/netbox/issues/3923) - Fix user key validation
* [#3953](https://github.com/netbox-community/netbox/issues/3953) - Fix validation error when creating child devices
---