Fixes #4239: Fix exception when selecting all filtered objects during bulk edit

This commit is contained in:
Jeremy Stretch
2020-02-21 20:44:53 -05:00
parent 9128dc961c
commit 1c72d75b62
3 changed files with 13 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
* [#4228](https://github.com/netbox-community/netbox/issues/4228) - Improve fit of device images in rack elevations
* [#4232](https://github.com/netbox-community/netbox/issues/4232) - Enforce consistent background striping in rack elevations
* [#4235](https://github.com/netbox-community/netbox/issues/4235) - Fix API representation of `content_type` for export templates
* [#4239](https://github.com/netbox-community/netbox/issues/4239) - Fix exception when selecting all filtered objects during bulk edit
---