Skip to content

Commit

Permalink
remove support for Django 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Apr 17, 2024
1 parent 131547a commit fc1cf1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ If your database contains colliding slugs, they will be automatically renamed by
Three categories with slugs ``foo`` will be renamed to ``foo``, ``foo-1``, ``foo-2``.
If this causes problems in your project, you can rename the categories yourself before running the migration.

- Django 2.1 is no longer supported


## 1.9.2 (2022-09-22)
[Compare the full difference.](https://github.com/jazzband/django-categories/compare/1.9.1...1.9.2)
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
envlist =
begin
py37-lint
py{37}-django{21}
py{37,38,39}-django{22,3,31}
py{37,38,39,310}-django{32}
py{38,39,310}-django{40}
Expand All @@ -22,8 +21,6 @@ python =
passenv = GITHUB_*

deps=
django2: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<2.3
django3: Django>=3.0,<3.1
django31: Django>=3.1,<3.2
Expand Down

0 comments on commit fc1cf1b

Please sign in to comment.