Skip to content

Commit fc1cf1b

Browse files
committed
remove support for Django 2.1
1 parent 131547a commit fc1cf1b

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
@@ -10,6 +10,8 @@ If your database contains colliding slugs, they will be automatically renamed by
1010
Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
1111
If this causes problems in your project, you can rename the categories yourself before running the migration.
1212

13+
- Django 2.1 is no longer supported
14+
1315

1416
## 1.9.2 (2022-09-22)
1517
[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.9.1...1.9.2)

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)