Skip to content

Upgrade Django to 5.x

Fixes: #244

Removes the pin to Django 4.1.x... The only difference is fix warnings from deprecation warnings and celery warning about future deprecation on some config values...

In our case theres no work needed because the defaults should work the same as the current defaults... unless you want to silence the warn on container startup, but there is a change of upper case going to lower case in later updates... don't think that is relevant to this specific MR at this time.

Updated Log out button:

image

Edited by Andrzej Szczepaniak

Merge request reports