Upgraded django to 2.1 and django-filters to 2.0

This commit is contained in:
Eliot Berriot 2019-01-11 12:03:06 +01:00
commit 4a6df06360
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
11 changed files with 25 additions and 25 deletions

View file

@ -1,5 +1,5 @@
# Bleeding edge Django
django>=2.0,<2.1
django>=2.1,<2.2
# Configuration
django-environ>=0.4,<0.5
@ -36,7 +36,7 @@ oauth2client<4
pendulum>=2,<3
persisting-theory>=0.2,<0.3
django-versatileimagefield>=1.9,<1.10
django-filter>=1.1,<1.2
django-filter>=2.0,<2.1
django-rest-auth>=0.9,<0.10
beautifulsoup4>=4.6,<4.7
Markdown>=2.6,<2.7