fixes #2621 - deletion issue in the changelog middleware

This commit is contained in:
John Anderson 2019-04-18 14:37:58 -04:00
parent 8d79353d9b
commit a5e1088f1f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2.5.11 (FUTURE)
## Bug Fixes
* [#2621](https://github.com/digitalocean/netbox/issues/2621) - Upgrade Django requirement to 2.2 to fix object deletion issue in the changelog middleware
---
v2.5.10 (2019-04-08)
## Enhancements

View File

@ -1,4 +1,4 @@
Django>=2.1.5,<2.2
Django>=2,2,<2.3
django-cors-headers==2.4.0
django-debug-toolbar==1.11
django-filter==2.0.0