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

This commit is contained in:
Valentin Deniaud 2023-03-29 12:13:20 +02:00
parent a7ba0127c6
commit 89380d22a3
1 changed files with 2 additions and 0 deletions

View File

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