From c3d90dc6b402c8ca390191c9185ca99f2ea81f08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 17 Mar 2019 18:16:18 +0100 Subject: [PATCH] tox: limit django-jsonfield version to keep django 1.8 compatibility (#31482) --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 2c62e5d..5f0b77a 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ usedevelop = deps = dj18: django>=1.8,<1.9 dj18: django-tables2<1.1 + dj18: django-jsonfield<1.1 dj111: django>=1.11,<1.12 dj111: django-tables2>=1.1,<2 pg: psycopg2