Restrict Django version in order to work
parent
ccbf5c86fc
commit
efcbb62712
@ -1,2 +1,4 @@
|
|||||||
Django>=3.1
|
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
|
django-sendmail-backend==0.1.2
|
||||||
|
Loading…
Reference in New Issue