From 6adc707a64a93a9d189f33b9abcabc1d103b2453 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sun, 16 Feb 2020 15:46:48 +0000 Subject: [PATCH] jsonfield 3.0 and higher is not compatible with Django 1.11. Changed the version requirements accordingly. - Legacy-Id: 17296 --- requirements.txt | 3 ++- requirements3.txt | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 18d5d2652..75486916e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,8 @@ Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes hashids>=1.1.0 html5lib>=1.0.1 httplib2>=0.10.3 -jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/. +# jsonfield 3.x and higher requires Django 2.2 or higher +jsonfield>=1.0.3,<3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/. jwcrypto>=0.4.0 # for signed notifications #lxml>=3.4.0 # from PyQuery; markdown2>=2.3.8 diff --git a/requirements3.txt b/requirements3.txt index f5a8316ed..bdb7ca411 100644 --- a/requirements3.txt +++ b/requirements3.txt @@ -31,7 +31,8 @@ Faker>=0.8.8,!=0.8.9,!=0.8.10 # from factory-boy # Faker 0.8.9,0.8.10 sometimes hashids>=1.1.0 html5lib>=1.0.1 httplib2>=0.10.3 -jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/. +# jsonfield 3.x and higher requires Django 2.2 or higher +jsonfield>=1.0.3,<3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/. jwcrypto>=0.4.0 # for signed notifications #lxml>=3.4.0 # from PyQuery; markdown2>=2.3.8