From 022ade9126426d76c0e2bc5d87c5a47a0811d3c5 Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Fri, 7 Jan 2022 02:59:46 +0100 Subject: [PATCH] Try using newer autocomplete The old uses syntax unavailable in Safari, which is not a problem for me, but it is not working (for unknown reason) in the browser built-in to Android 6. This is an attempt to fix that. --- constraints.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/constraints.txt b/constraints.txt index 2f1fae1..fb45dd0 100644 --- a/constraints.txt +++ b/constraints.txt @@ -2,3 +2,6 @@ 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 + +# Old django-autocomplete-light does not support Safari and maybe Android built-in browser… +django-autocomplete-light>=3.9.0rc1