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

Fixes #10387: Fix MultiValueDictKeyError exception when editing a device interface

This commit is contained in:
jeremystretch
2022-09-16 08:20:24 -04:00
parent 1d033bd286
commit 59388d89a0
2 changed files with 4 additions and 10 deletions

View File

@@ -2,6 +2,10 @@
## v3.3.4 (FUTURE)
### Bug Fixes
* [#10387](https://github.com/netbox-community/netbox/issues/10387) - Fix `MultiValueDictKeyError` exception when editing a device interface
---
## v3.3.3 (2022-09-15)