Skip to content

Commit bd4c6ce

Browse files
[Docs] Fix typo in blacklist_app.rst (#593)
* Fix typo in blacklist_app.rst `TokenBlackListView` -> `TokenBlacklistView` * Append CHANGELOG Co-authored-by: Andrew-Chen-Wang <[email protected]>
1 parent b11e1d0 commit bd4c6ce

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Unreleased
22

3+
## Version 5.2.2
4+
5+
Major security release
6+
7+
* Revert #605 in https://github.com/jazzband/djangorestframework-simplejwt/pull/629
8+
* Fix typo in blacklist_app.rst by @cbscsm in https://github.com/jazzband/djangorestframework-simplejwt/pull/593
9+
310
## Version 5.2.1
411

512
* Add Swedish translations by @PasinduPrabhashitha in https://github.com/jazzband/djangorestframework-simplejwt/pull/579

docs/blacklist_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ subclass instance and calling the instance's ``blacklist`` method:
4646
This will create unique outstanding token and blacklist records for the token's
4747
"jti" claim or whichever claim is specified by the ``JTI_CLAIM`` setting.
4848

49-
In a ``urls.py`` file, you can also include a route for ``TokenBlackListView``:
49+
In a ``urls.py`` file, you can also include a route for ``TokenBlacklistView``:
5050

5151
.. code-block:: python
5252

0 commit comments

Comments
 (0)