Closes #2808: Loosen version pinning for Django to allow patch releases

This commit is contained in:
Jeremy Stretch 2019-01-29 13:48:21 -05:00
parent b4c9ec27e0
commit ce1a2875bc
2 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@ v2.5.4 (FUTURE)
* [#2766](https://github.com/digitalocean/netbox/issues/2766) - Extend users admin table to include superuser and active fields
* [#2782](https://github.com/digitalocean/netbox/issues/2782) - Add `is_pool` field for prefix filtering
* [#2807](https://github.com/digitalocean/netbox/issues/2807) - Include device site/rack assignment in cable trace view
* [#2808](https://github.com/digitalocean/netbox/issues/2808) - Loosen version pinning for Django to allow patch releases
## Bug Fixes

View File

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