1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fixes #2239: Pin django-filter to version 1.1.0

This commit is contained in:
Jeremy Stretch
2018-07-16 11:39:37 -04:00
parent 108e9722fa
commit 1fb67b791f

View File

@ -1,7 +1,7 @@
Django>=1.11,<2.0
django-cors-headers>=2.1.0
django-debug-toolbar>=1.9.0
django-filter>=1.1.0
django-filter==1.1.0
django-mptt>=0.9.0
django-tables2>=1.19.0
django-timezone-field>=2.0