22 Mar
2018
22 Mar
'18
11:20 a.m.
Hi,
This sounds like you have incompatible versions of some libraries installed. Can you tell us what versions you have installed? Specifically django and django-allauth? Thanks for the hint, this caused the issue:
python-django-allauth/stretch-backports,now 0.35.0-1~bpo9+2 all [installed,automatic] python-django/stable,now 1:1.10.7-2 all [installed,automatic]
With python-django from backports the issue does not appear. Not sure how debian handles dependencies, but it sounds like the allauth
On 03/22/2018 10:55 AM, Bjoern Franke wrote: package doesn't correctly depend on a minimum django version. Might be worth a bug report, but then again I'm in archlinux where you update all or update nothing :D