Skip to content

Commit

Permalink
settings: set DEFAULT_AUTO_FIELD explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Shtaub committed Jan 17, 2024
1 parent 3db2102 commit 4bb610f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
}
}

DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'

INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.contenttypes',
Expand Down

0 comments on commit 4bb610f

Please sign in to comment.