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