mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
remove support for Django 2.1
This commit is contained in:
parent
c2a5dc9686
commit
9b4fbb7cb9
2 changed files with 2 additions and 3 deletions
|
|
@ -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.4 (2024-04-18)
|
||||
|
||||
|
|
|
|||
3
tox.ini
3
tox.ini
|
|
@ -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}
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue