mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
fixes #2621 - deletion issue in the changelog middleware
This commit is contained in:
parent
8d79353d9b
commit
a5e1088f1f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user