Remove usage of deprecated Model and Serializer fields (#1663)

This commit is contained in:
petitminion 2022-01-23 10:52:41 +00:00 committed by Georg Krause
commit 252ebf8ce7
10 changed files with 18 additions and 12 deletions

View file

@ -381,6 +381,9 @@ MIGRATION_MODULES = {
"sites": "funkwhale_api.contrib.sites.migrations",
}
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
# see https://docs.djangoproject.com/en/4.0/releases/3.2/
# GENERAL CONFIGURATION
# ------------------------------------------------------------------------------
# Local time zone for this installation. Choices can be found here: