From d2730b39f1c4f39e62b7104a24055a845c4949a0 Mon Sep 17 00:00:00 2001 From: Neil Muller Date: Thu, 4 Jul 2024 15:30:53 +0200 Subject: [PATCH] Pin django rest framework to the last version that supports Django < 4.2 This is a quick fix so our CI works again. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db311244..c0d63092 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'django-registration-redux', 'django-reversion', 'django-select2', - 'djangorestframework', + 'djangorestframework<3.15.2', 'drf-extensions>=0.5.0', 'icalendar>=4.0', 'jsonfield',