We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17eef74 commit afb06ddCopy full SHA for afb06dd
Makefile
@@ -37,10 +37,12 @@ build-docs:
37
*confest* \
38
tests/* \
39
rest_framework_simplejwt/token_blacklist/* \
40
+ rest_framework_simplejwt/token_family/* \
41
rest_framework_simplejwt/backends.py \
42
rest_framework_simplejwt/exceptions.py \
43
rest_framework_simplejwt/settings.py \
- rest_framework_simplejwt/state.py
44
+ rest_framework_simplejwt/state.py \
45
+ rest_framework_simplejwt/cache.py
46
$(MAKE) -C docs clean
47
$(MAKE) -C docs html
48
$(MAKE) -C docs doctest
0 commit comments