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

Merge pull request #3957 from kobayashi/3923-validate-key-format

Fixes: #3923 validate key format
This commit is contained in:
Jeremy Stretch
2020-01-21 13:27:35 -05:00
committed by GitHub
5 changed files with 52 additions and 0 deletions

View File

@@ -10,6 +10,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
* [#3960](https://github.com/netbox-community/netbox/issues/3960) - Fix legacy device status choice
* [#3962](https://github.com/netbox-community/netbox/issues/3962) - Fix display of unnamed devices in rack elevations