Skip to content

Commit

Permalink
fix: remove things related to django 2.2
Browse files Browse the repository at this point in the history
* remove Django 2.2 classifier in setup.py
* remove tests for Django < 3.2
  • Loading branch information
corentinbettiol authored Aug 21, 2023
1 parent d473d20 commit c5a400e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 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 classifier 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 support

2.2.5 (2023-06-11)
==================
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +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',
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.

0 comments on commit c5a400e

Please sign in to comment.