File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717## [ unreleased]
1818* Add 'code_verifier' parameter to token requests in documentation
19+ * Support Django 4.1.
1920* Remove upper version bound on Django, to allow upgrading to Django 4.1.1 bugfix release.
2021
2122## [ 2.1.0] 2022-06-19
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ classifiers =
1515 Framework :: Django :: 2.2
1616 Framework :: Django :: 3.2
1717 Framework :: Django :: 4.0
18+ Framework :: Django :: 4.1
1819 Intended Audience :: Developers
1920 License :: OSI Approved :: BSD License
2021 Operating System :: OS Independent
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ envlist =
88 py{37,38,39}-dj22,
99 py{37,38,39,310}-dj32,
1010 py{38,39,310}-dj40,
11+ py{38,39,310}-dj41,
1112 py{38,39,310}-djmain,
1213
1314[gh-actions]
4041 dj22: Django>=2.2,<3
4142 dj32: Django>=3.2,<3.3
4243 dj40: Django>=4.0.0,<4.1
44+ dj41: Django>=4.1,<4.2
4345 djmain: https://github.com/django/django/archive/main.tar.gz
4446 djangorestframework
4547 oauthlib>=3.1.0
You can’t perform that action at this time.
0 commit comments