From efcbb62712bd6a1468a0fb3fc524e9781f4b9d1e Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Wed, 22 Dec 2021 01:35:45 +0100 Subject: [PATCH] Restrict Django version in order to work --- constraints.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/constraints.txt b/constraints.txt index 5f19de0..2f1fae1 100644 --- a/constraints.txt +++ b/constraints.txt @@ -1,2 +1,4 @@ Django>=3.1 +# Django-autocomplete-light does not play nicely with Django 4.0, so limit that for now. +Django<4 django-sendmail-backend==0.1.2