Skip to content

Commit

Permalink
Add Django-4.2 support #116
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Jul 21, 2024
1 parent 86bf81b commit 566f73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Incompatible Changes:

Features:

* #116 Add Django-4.2 support.
* #83 Drop Django-2.2 support.
* #83 Drop Python-3.6 support.
* #127 Drop Python-3.7 support.
* #83 Drop Django-2.2 support.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.2",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python",
Expand Down

0 comments on commit 566f73f

Please sign in to comment.