Drop support for Django 1.7.

This commit is contained in:
Juan Ignacio Fiorentino 2018-04-20 12:29:48 -03:00
parent 21a64b262c
commit 78fbd53452
3 changed files with 5 additions and 4 deletions

View file

@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file.
Unreleased Unreleased
========== ==========
* Changed: Dropping support for Django versions before 1.8.
0.6.0 0.6.0
===== =====

View file

@ -7,7 +7,7 @@ Requirements
============ ============
* Python: ``2.7`` ``3.4`` ``3.5`` ``3.6`` * Python: ``2.7`` ``3.4`` ``3.5`` ``3.6``
* Django: ``1.7`` ``1.8`` ``1.9`` ``1.10`` ``1.11`` ``2.0`` * Django: ``1.8`` ``1.9`` ``1.10`` ``1.11`` ``2.0``
Quick Installation Quick Installation
================== ==================

View file

@ -1,7 +1,7 @@
[tox] [tox]
envlist= envlist=
py27-django{17,18,19,110,111}, py27-django{18,19,110,111},
py34-django{17,18,19,110,111,20}, py34-django{18,19,110,111,20},
py35-django{18,19,110,111,20}, py35-django{18,19,110,111,20},
py36-django{18,19,110,111,20}, py36-django{18,19,110,111,20},
@ -15,7 +15,6 @@ deps =
pytest-django pytest-django
pytest-flake8 pytest-flake8
pytest-cov pytest-cov
django17: django>=1.7,<1.8
django18: django>=1.8,<1.9 django18: django>=1.8,<1.9
django19: django>=1.9,<1.10 django19: django>=1.9,<1.10
django110: django>=1.10,<1.11 django110: django>=1.10,<1.11