Browse Source

require: bump django-filter to 2.0.0

Solves the import error
https://github.com/carltongibson/django-filter/issues/956

Signed-off-by: Dimid Duchovny <dimidd@gmail.com>
pull/10/head
Dimid Duchovny 6 years ago
parent
commit
4b1c25c90b
1 changed files with 1 additions and 1 deletions
  1. 2
      requirements.txt

2
requirements.txt

@ -1,6 +1,6 @@
dj-database-url==0.5.0
Django==2.1.2
django-filter==1.1.0
django-filter==2.0.0
django-heroku==0.3.1
django-widget-tweaks==1.4.2
djangorestframework==3.8.2

Loading…
Cancel
Save