Skip to content

Commit 6adc707

Browse files
committed
jsonfield 3.0 and higher is not compatible with Django 1.11. Changed the version requirements accordingly.
- Legacy-Id: 17296
1 parent c04cbd5 commit 6adc707

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
3030
hashids>=1.1.0
3131
html5lib>=1.0.1
3232
httplib2>=0.10.3
33-
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
33+
# jsonfield 3.x and higher requires Django 2.2 or higher
34+
jsonfield>=1.0.3,<3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
3435
jwcrypto>=0.4.0 # for signed notifications
3536
#lxml>=3.4.0 # from PyQuery;
3637
markdown2>=2.3.8

requirements3.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
3131
hashids>=1.1.0
3232
html5lib>=1.0.1
3333
httplib2>=0.10.3
34-
jsonfield>=1.0.3 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
34+
# jsonfield 3.x and higher requires Django 2.2 or higher
35+
jsonfield>=1.0.3,<3.0 # for SubmissionCheck. This is https://github.com/bradjasper/django-jsonfield/.
3536
jwcrypto>=0.4.0 # for signed notifications
3637
#lxml>=3.4.0 # from PyQuery;
3738
markdown2>=2.3.8

0 commit comments

Comments
 (0)