Skip to content

Commit

Permalink
[Docs] Fix typo in blacklist_app.rst (#593)
Browse files Browse the repository at this point in the history
* Fix typo in blacklist_app.rst

`TokenBlackListView` -> `TokenBlacklistView`

* Append CHANGELOG

Co-authored-by: Andrew-Chen-Wang <[email protected]>
  • Loading branch information
cbscsm and Andrew-Chen-Wang authored Oct 20, 2022
1 parent b11e1d0 commit bd4c6ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## Version 5.2.2

Major security release

* Revert #605 in https://github.com/jazzband/djangorestframework-simplejwt/pull/629
* Fix typo in blacklist_app.rst by @cbscsm in https://github.com/jazzband/djangorestframework-simplejwt/pull/593

## Version 5.2.1

* Add Swedish translations by @PasinduPrabhashitha in https://github.com/jazzband/djangorestframework-simplejwt/pull/579
Expand Down
2 changes: 1 addition & 1 deletion docs/blacklist_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ subclass instance and calling the instance's ``blacklist`` method:
This will create unique outstanding token and blacklist records for the token's
"jti" claim or whichever claim is specified by the ``JTI_CLAIM`` setting.

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

.. code-block:: python
Expand Down

0 comments on commit bd4c6ce

Please sign in to comment.