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

Fixes #6811: Fix exception when editing users

This commit is contained in:
jeremystretch
2021-07-26 09:37:58 -04:00
parent 51c1f4b214
commit fc01bedd45
2 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,13 @@
# NetBox v3.0
## v3.0-beta2 (FUTURE)
### Bug Fixes
* [#6811](https://github.com/netbox-community/netbox/issues/6811) - Fix exception when editing users
---
## v3.0-beta1 (2021-07-23)
!!! warning "Existing Deployments Must Upgrade from v2.11"