From 51c0a6b18d07aa9a928820aebb84b00207d47b27 Mon Sep 17 00:00:00 2001 From: onlinejudge95 Date: Sat, 6 Jun 2020 17:00:59 +0530 Subject: [PATCH 1/2] Update Django to 1.10 Up[dates the django version to next minor release --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 12db2c8b..5633d6e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.9 +Django==1.10 celery==3.1.20 djangorestframework==3.4 django-filter==1.0.1 From 662bcbd5508c69dd62cb7e4c4fe337a46618c11f Mon Sep 17 00:00:00 2001 From: onlinejudge95 Date: Sat, 6 Jun 2020 17:04:22 +0530 Subject: [PATCH 2/2] Update the django version in travis.yml Missed updating the version of Django in travis.yml. Will take care of it in next commits --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 185e6654..fcb26446 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: # Install the CI dependencies - python -m pip install celery==3.1.20 # pin from requirements.txt - - python -m pip install Django==1.9 # pin from requirements.txt + - python -m pip install Django==1.10 # pin from requirements.txt - python -m pip install nox - python -m pip install coveralls