Skip to content

Commit 75c28f8

Browse files
committed
update docs
1 parent 83196c6 commit 75c28f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
### Deprecated
2626
### Removed
2727
* #1425 Remove deprecated `RedirectURIValidator`, `WildcardSet` per #1345; `validate_logout_request` per #1274
28-
* Remove support for Django below 4.2
28+
* Remove support for Django versions below 4.2
2929

3030
### Fixed
3131
* #1443 Query strings with invalid hex values now raise a SuspiciousOperation exception (in DRF extension) instead of raising a 500 ValueError: Invalid hex encoding in query string.

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Requirements
4444
------------
4545

4646
* Python 3.8+
47-
* Django 4.2, 5.0 and 5.1
47+
* Django 4.2, 5.0 or 5.1
4848
* oauthlib 3.1+
4949

5050
Installation

Diff for: docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Requirements
2222
------------
2323

2424
* Python 3.8+
25-
* Django 4.2, 5.0 and 5.1
25+
* Django 4.2, 5.0 or 5.1
2626
* oauthlib 3.1+
2727

2828
Index

0 commit comments

Comments
 (0)