WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 83fe619

Browse files
authored
Merge pull request #795 from hramezani/drop_django22
Drop Django 2.2 support.
2 parents a76ecca + 9dbba05 commit 83fe619

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
(Unreleased)
55
~~~~~~~~~~~~
66

7+
* Drop Django 2.2 support.
8+
79
2.1.0 (2022-01-24)
810
~~~~~~~~~~~~~~~~~~
911

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Then you can use the API like so:
5757
5858
Tags will show up for you automatically in forms and the admin.
5959

60-
``django-taggit`` requires Django 2.2 or greater.
60+
``django-taggit`` requires Django 3.2 or greater.
6161

6262
For more info check out the `documentation
6363
<https://django-taggit.readthedocs.io/>`_. And for questions about usage or

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django>=2.2
1+
Django>=3.2
22
coverage

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ classifiers =
1111
Development Status :: 5 - Production/Stable
1212
Environment :: Web Environment
1313
Framework :: Django
14-
Framework :: Django :: 2.2
1514
Framework :: Django :: 3.2
1615
Framework :: Django :: 4.0
1716
Intended Audience :: Developers
@@ -33,7 +32,7 @@ project_urls =
3332
[options]
3433
python_requires = >=3.6
3534
packages = find:
36-
install_requires = Django>=2.2
35+
install_requires = Django>=3.2
3736
include_package_data = true
3837
zip_safe = false
3938

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ envlist =
44
black
55
flake8
66
isort
7-
py{36,37,38,39}-dj22
87
py{36,37,38,39,310}-dj32
98
py{38,39,310}-dj{40,main}
109
docs
@@ -19,7 +18,6 @@ python =
1918

2019
[testenv]
2120
deps =
22-
dj22: Django>=2.2,<3.0
2321
dj32: Django>=3.2,<3.3
2422
dj40: Django>=4.0,<4.1
2523
djmain: https://github.com/django/django/archive/main.tar.gz

0 commit comments

Comments
 (0)