Use LTS version of Django

This is supported for much longer, and I don't seem to be using any of the 5.0 features
This commit is contained in:
Jake Howard 2024-07-10 18:40:42 +01:00
parent a8fe244ab4
commit 1822f1c4d5
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -1,4 +1,4 @@
Django==5.0.7
Django==4.2.14
wagtail==5.2.5
django-environ==0.11.2
whitenoise[brotli]==6.6.0