bump django-ckeditor version compatibility (#33254)

This commit is contained in:
Emmanuel Cazenave 2019-05-20 11:11:28 +02:00
parent b99e5018c1
commit c124c1d1a3
3 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Django>=1.7, <1.9 Django>=1.7, <1.9
gadjo gadjo
django-select2 django-select2
django-ckeditor<4.5.3 -e git+https://git.entrouvert.org/debian/django-ckeditor.git#egg=django_ckeditor
django-haystack django-haystack
django-reversion django-reversion
django-taggit django-taggit

View File

@ -99,7 +99,7 @@ setup(
], ],
install_requires=['django>=1.8,<1.12', install_requires=['django>=1.8,<1.12',
'gadjo', 'gadjo',
'django-ckeditor<4.5.3', 'django-ckeditor<=4.5.3',
'django-haystack<2.8', 'django-haystack<2.8',
'django-reversion>=2.0', 'django-reversion>=2.0',
'django-taggit', 'django-taggit',

View File

@ -26,5 +26,6 @@ deps =
django-webtest django-webtest
pyquery pyquery
lxml lxml
git+https://git.entrouvert.org/debian/django-ckeditor.git
commands = commands =
py.test {env:FAST:} {env:COVERAGE:} {posargs:tests/} py.test {env:FAST:} {env:COVERAGE:} {posargs:tests/}