Skip to content

Commit

Permalink
fix: remove mentions of django 2.2 -> 3.2
Browse files Browse the repository at this point in the history
* update CHANGELOG.rst
* remove Django 3.0 & 3.1 classifiers
* update tests/requirements/frontend.txt
  • Loading branch information
corentinbettiol authored Aug 21, 2023
1 parent c5a400e commit f553251
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CHANGELOG
unreleased
==========

* remove Django 2.2 classifier in setup.py
* 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 @@ -57,7 +57,7 @@ unreleased
* 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
* Drop Django 2.2, 3.0, and 3.1 support

2.2.5 (2023-06-11)
==================
Expand Down
2 changes: 0 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Framework :: Django',
'Framework :: Django :: 3.0',
'Framework :: Django :: 3.1',
'Framework :: Django :: 3.2',
'Framework :: Django :: 4.0',
'Framework :: Django :: 4.1',
Expand Down
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 f553251

Please sign in to comment.