From d3515b0ce3685cd27803a042821597ac1ab9d65b Mon Sep 17 00:00:00 2001 From: Fabian Braun Date: Wed, 20 Sep 2023 16:38:25 +0200 Subject: [PATCH] fix django 2.2 tests --- tests/requirements/dj22_cms37.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements/dj22_cms37.txt b/tests/requirements/dj22_cms37.txt index 6b96a1021..ec412fb96 100644 --- a/tests/requirements/dj22_cms37.txt +++ b/tests/requirements/dj22_cms37.txt @@ -1,4 +1,4 @@ -r base.txt - +django-mptt Django>=2.2,<3.0 django-cms>=3.7,<3.8