File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
## Unreleased
2
2
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
+
3
10
## Version 5.2.1
4
11
5
12
* Add Swedish translations by @PasinduPrabhashitha in https://github.com/jazzband/djangorestframework-simplejwt/pull/579
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ subclass instance and calling the instance's ``blacklist`` method:
46
46
This will create unique outstanding token and blacklist records for the token's
47
47
"jti" claim or whichever claim is specified by the ``JTI_CLAIM `` setting.
48
48
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 ``:
50
50
51
51
.. code-block :: python
52
52
You can’t perform that action at this time.
0 commit comments