Closes #5327: Be more strict when capturing anticipated ImportError exceptions

This commit is contained in:
Jeremy Stretch
2020-11-09 16:48:11 -05:00
parent 4cd1c9d7f2
commit d45f06fde4
4 changed files with 44 additions and 30 deletions

View File

@@ -6,6 +6,7 @@
* [#5304](https://github.com/netbox-community/netbox/issues/5304) - Return server error messages as JSON when handling REST API requests
* [#5310](https://github.com/netbox-community/netbox/issues/5310) - Link to rack groups within rack list table
* [#5327](https://github.com/netbox-community/netbox/issues/5327) - Be more strict when capturing anticipated ImportError exceptions
### Bug Fixes