Fixes #10181: Restore MultiPartParser (regression from #10031)

This commit is contained in:
jeremystretch
2022-08-29 11:17:31 -04:00
parent 28bc76695a
commit 0e4911a575
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
* [#10155](https://github.com/netbox-community/netbox/issues/10155) - Fix rear port display when editing front port template for module type
* [#10156](https://github.com/netbox-community/netbox/issues/10156) - Avoid forcing SVG image links to open in a new window
* [#10161](https://github.com/netbox-community/netbox/issues/10161) - Restore "set null" option for custom fields during bulk edit
* [#10181](https://github.com/netbox-community/netbox/issues/10181) - Restore MultiPartParser (regression from #10031)
---