Skip to content

Commit

Permalink
Merge pull request #795 from hramezani/drop_django22
Browse files Browse the repository at this point in the history
Drop Django 2.2 support.
  • Loading branch information
rtpg committed Apr 12, 2022
2 parents a76ecca + 9dbba05 commit 83fe619
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
(Unreleased)
~~~~~~~~~~~~

* Drop Django 2.2 support.

2.1.0 (2022-01-24)
~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Then you can use the API like so:
Tags will show up for you automatically in forms and the admin.

``django-taggit`` requires Django 2.2 or greater.
``django-taggit`` requires Django 3.2 or greater.

For more info check out the `documentation
<https://django-taggit.readthedocs.io/>`_. And for questions about usage or
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django>=2.2
Django>=3.2
coverage
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
Expand All @@ -33,7 +32,7 @@ project_urls =
[options]
python_requires = >=3.6
packages = find:
install_requires = Django>=2.2
install_requires = Django>=3.2
include_package_data = true
zip_safe = false

Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ envlist =
black
flake8
isort
py{36,37,38,39}-dj22
py{36,37,38,39,310}-dj32
py{38,39,310}-dj{40,main}
docs
Expand All @@ -19,7 +18,6 @@ python =

[testenv]
deps =
dj22: Django>=2.2,<3.0
dj32: Django>=3.2,<3.3
dj40: Django>=4.0,<4.1
djmain: https://github.com/django/django/archive/main.tar.gz
Expand Down

0 comments on commit 83fe619

Please sign in to comment.