Remove usage of deprecated Model and Serializer fields (#1663)
This commit is contained in:
parent
b53ced6ac9
commit
252ebf8ce7
10 changed files with 18 additions and 12 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue