Projet

Général

Profil

0001-setup.py-limit-django-haystack-to-2.8-until-we-are-o.patch

Benjamin Dauvergne, 22 mai 2018 09:16

Télécharger (718 octets)

Voir les différences:

Subject: [PATCH 1/4] setup.py: limit django-haystack to <2.8 until we are
 officialy django 1.11 compatible (#22550)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
100 100
    install_requires=['django>=1.7, <1.9',
101 101
        'gadjo',
102 102
        'django-ckeditor<4.5.3',
103
        'django-haystack',
103
        'django-haystack<2.8',
104 104
        'django-reversion>=2.0',
105 105
        'django-taggit',
106 106
        'requests',
107
-