Released: July 28, 2020
The Django version used was updated from 2.2.13 to 2.2.14 (https://docs.djangoproject.com/en/3.0/releases/2.2.14/)
The buttons of the tag deletion view confirmation box were updated to match the appearance of the rest of the deletion views.
New Celery settings were expose. These were the
CELERY_BROKER_LOGIN_METHOD
and CELERY_BROKER_USE_SSL
. These default
to AMQPLAIN
and None
respectively.
The code that downloads fonts during the initial setup was updated to decode the response and correctly save fonts that are served in a compressed format.