From 5cf0c429efd31482aca43ca3a3049c3b2b07153e Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Tue, 12 Jun 2018 15:37:57 +0300 Subject: [PATCH] Supporting Django 2.0.6 --- .travis.yml | 2 +- demo/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06cbfdbf..fc0de310 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: python python: - "3.6" env: - - DJANGO_VERSION=2.0.2 + - DJANGO_VERSION=2.0.6 # command to install dependencies install: - "pip install -q -e ." diff --git a/demo/requirements.txt b/demo/requirements.txt index 8f479c72..4fc4619c 100644 --- a/demo/requirements.txt +++ b/demo/requirements.txt @@ -1,4 +1,4 @@ -django==2.0.2 +django==2.0.6 django-bootstrap3 Sphinx django-debug-toolbar