You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use BigAutoField and migrate all existing auto fields to it. This avoids generating a new migration in projects that use settings.DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField".