Upgraded django to 2.1 and django-filters to 2.0
This commit is contained in:
parent
a2f8f335e4
commit
4a6df06360
11 changed files with 25 additions and 25 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue