Skip to content

Commit 2e06493

Browse files
committed
remove support for Django 2.1
1 parent 662a03a commit 2e06493

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ If your database contains colliding slugs, they will be automatically renamed by
1111
Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
1212
If this causes problems in your project, you can rename the categories yourself before running the migration.
1313

14+
- Django 2.1 is no longer supported
15+
1416

1517
## 1.9.3 (unreleased)
1618

Diff for: tox.ini

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
envlist =
33
begin
44
py37-lint
5-
py{37}-django{21}
65
py{37,38,39}-django{22,3,31}
76
py{37,38,39,310}-django{32}
87
py{38,39,310}-django{40}
@@ -22,8 +21,6 @@ python =
2221
passenv = GITHUB_*
2322

2423
deps=
25-
django2: Django>=2.0,<2.1
26-
django21: Django>=2.1,<2.2
2724
django22: Django>=2.2,<2.3
2825
django3: Django>=3.0,<3.1
2926
django31: Django>=3.1,<3.2

0 commit comments

Comments
 (0)