From 325cdeadc954222aa7cf0f71ad9f79d8f8a4f5d9 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Mon, 8 Jun 2020 14:19:14 -0400 Subject: [PATCH] Explain drf-jwt pin with issue link (#24159) --- requirements/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 46c49f93c6..16b12e98e7 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -38,7 +38,7 @@ django-storages<1.9 # Support was dropped for Python 3.5 drf-yasg<1.17.1 -# Not properly supporting latest changing of drf-jwt +# drf-jwt 1.15.0 contains a migration that breaks on MySQL: https://github.com/Styria-Digital/django-rest-framework-jwt/issues/40 drf-jwt==1.14.0 # Upgrading to 2.12.0 breaks several test classes due to API changes, need to update our code accordingly