Migrate to Django 3.1
Django 3.1 contains some useful new features, as build in Field.choices
. This is helpful for the translation of some parts now implemented as enum.
Perspectively we should step up to the following Django 3.2 when released, this will be a LTS version. The way from 3.1 to 3.2 should be a small change.