Skip to content

Commit 2b04cbc

Browse files
authored
Merge pull request #1384 from PokeAPI/revert-bigautofield
Revert bigautofield and generate pending migrations
2 parents 0d0d7ec + 3a19c7a commit 2b04cbc

2 files changed

Lines changed: 2631 additions & 1 deletion

File tree

config/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
},
127127
]
128128

129-
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"
129+
DEFAULT_AUTO_FIELD = "django.db.models.AutoField"
130130

131131
SPECTACULAR_SETTINGS = {
132132
"TITLE": "PokéAPI",

0 commit comments

Comments
 (0)