bump django-ckeditor version compatibility (#33250)

This commit is contained in:
Emmanuel Cazenave 2019-05-20 11:04:57 +02:00
parent 2ab28842af
commit 07562beebd
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
Django>=1.8, <1.12 Django>=1.8, <1.12
django-ckeditor<4.5.3 -e git+http://git.entrouvert.org/debian/django-ckeditor.git#egg=django_ckeditor
gadjo gadjo
feedparser feedparser
django-jsonfield django-jsonfield

View File

@ -147,7 +147,7 @@ setup(
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
], ],
install_requires=['django>=1.8, <1.12', install_requires=['django>=1.8, <1.12',
'django-ckeditor<4.5.3', 'django-ckeditor<=4.5.3',
'gadjo>=0.53', 'gadjo>=0.53',
'feedparser', 'feedparser',
'django-jsonfield', 'django-jsonfield',

View File

@ -27,6 +27,7 @@ deps =
django-mellon django-mellon
py2: quixote<3.0 py2: quixote<3.0
py2: vobject py2: vobject
git+http://git.entrouvert.org/debian/django-ckeditor.git
commands = commands =
./getlasso.sh ./getlasso.sh
python manage.py compilemessages python manage.py compilemessages