Skip to content

Commit 9228f8f

Browse files
committed
django version fix
1 parent 84bd53f commit 9228f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ninja_jwt/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"NinjaJWTSlidingController",
1616
]
1717

18-
if django.VERSION > (3, 0):
18+
if not django.VERSION < (3, 1):
1919
exports += [
2020
"AsyncTokenVerificationController",
2121
"AsyncTokenBlackListController",

0 commit comments

Comments
 (0)