Skip to content

Commit

Permalink
fix: remove things related to django 2.2 (#1414)
Browse files Browse the repository at this point in the history
* fix: remove things related to django 2.2

* remove Django 2.2 classifier in setup.py
* remove tests for Django < 3.2

* fix: remove mentions of django 2.2 -> 3.2

* update CHANGELOG.rst
* remove Django 3.0 & 3.1 classifiers
* update tests/requirements/frontend.txt
  • Loading branch information
corentinbettiol committed Aug 21, 2023
1 parent d473d20 commit 7c55f45
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
CHANGELOG
=========

unreleased
==========

* remove Django 2.2, 3.0, and 3.1 classifiers in setup.py
* remove tests for Django < 3.2 since those versions are not supported anymore

3.0.4 (2023-08-04)
==================

Expand Down Expand Up @@ -51,6 +57,7 @@ CHANGELOG
* Remove unused css from delete confirmation view and move file view
* Add Pillow 10 compatibility
* Update translations (de/fr/nl)
* Drop Django 2.2, 3.0, and 3.1 support

2.2.5 (2023-06-11)
==================
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Framework :: Django',
'Framework :: Django :: 2.2',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
Expand Down
4 changes: 0 additions & 4 deletions tests/requirements/django-2.2.txt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/requirements/django-3.0.txt

This file was deleted.

4 changes: 0 additions & 4 deletions tests/requirements/django-3.1.txt

This file was deleted.

4 changes: 2 additions & 2 deletions tests/requirements/frontend.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r base.txt

django>=2.2,<3.0
django_polymorphic>=2.0,<2.1
django>=3.2,<5
django_polymorphic>=3

0 comments on commit 7c55f45

Please sign in to comment.