Fixes #2783: Fix AttributeError exception when attempting to delete region(s)

This commit is contained in:
Jeremy Stretch
2019-01-15 10:44:11 -05:00
parent bf351484b0
commit ca227581e2
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
v2.5.4 (FUTURE)
## Bug Fixes
* [#2783](https://github.com/digitalocean/netbox/issues/2783) - Fix AttributeError exception when attempting to delete region(s)
---
v2.5.3 (2019-01-11)
## Enhancements