From 8928ec2dbecb5d2c0bfc495fc0ff9eb9ea7eb8b2 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Mon, 19 Oct 2020 20:20:30 +0100 Subject: [PATCH] Restrict DjangoRestFramework version (#1047) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index bd2f727..d2d3065 100644 --- a/tox.ini +++ b/tox.ini @@ -30,6 +30,7 @@ deps = -e.[test] psycopg2-binary django111: Django>=1.11,<2.0 + django111: djangorestframework<3.12 django20: Django>=2.0,<2.1 django21: Django>=2.1,<2.2 django22: Django>=2.2,<3.0