misc: fix Django 3.2 default auto field warning (#75442)
gitea/hobo/pipeline/head This commit looks good Details

This commit is contained in:
Valentin Deniaud 2023-03-29 14:35:49 +02:00
parent 670bafd12a
commit 210b2a87e0
1 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,8 @@ DATABASES = {
}
}
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
# Internationalization
# https://docs.djangoproject.com/en/1.6/topics/i18n/