Project

General

Profile

0001-tox-limit-django-filter-version-for-django-1.11-5449.patch

Valentin Deniaud, 02 June 2021 03:15 PM

Download (588 Bytes)

View differences:

Subject: [PATCH] tox: limit django-filter version for django 1.11 (#54494)

 tox.ini | 1 +
 1 file changed, 1 insertion(+)
tox.ini
32 32
  django22: django>=2.2,<2.3
33 33
  django111: djangorestframework<3.12.0
34 34
  psycopg2-binary
35
  django111: django-filter<2.3
35 36
  codestyle: pre-commit
36 37
commands =
37 38
  ./getlasso3.sh
38
-