misc: fix Django 3.2 default auto field warning (#75442)
gitea/combo/pipeline/head There was a failure building this commit Details

This commit is contained in:
Valentin Deniaud 2023-03-29 12:13:20 +02:00 committed by Gitea
parent 1e797f7927
commit 571a31033e
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/