Projet

Général

Profil

0001-bump-django-ckeditor-version-compatibility-33250.patch

Emmanuel Cazenave, 20 mai 2019 11:06

Télécharger (677 octets)

Voir les différences:

Subject: [PATCH] bump django-ckeditor version compatibility (#33250)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
147 147
        'Programming Language :: Python :: 3',
148 148
    ],
149 149
    install_requires=['django>=1.8, <1.12',
150
        'django-ckeditor<4.5.3',
150
        'django-ckeditor<=4.5.3',
151 151
        'gadjo>=0.53',
152 152
        'feedparser',
153 153
        'django-jsonfield',
154
-