Projet

Général

Profil

0001-setup-allow-djangorestframework-3.12-64290.patch

Serghei Mihai (congés, retour 15/05), 20 avril 2022 12:19

Télécharger (669 octets)

Voir les différences:

Subject: [PATCH 1/2] setup: allow djangorestframework 3.12 (#64290)

 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
setup.py
113 113
        'django-ckeditor<4.5.4',
114 114
        'django-haystack<2.8',
115 115
        'django-taggit',
116
        'djangorestframework>=3.3,<3.10',
116
        'djangorestframework>=3.3,<3.13',
117 117
        'requests',
118 118
        'whoosh',
119 119
        'XStatic-Select2',
120
-