Change DEFAULT_AUTO_FIELD to BigAutoField #8454
Labels
status: accepted
This issue has been accepted for implementation
type: housekeeping
Changes to the application which do not directly impact the end user
Milestone
Proposed Changes
Update Django's default "auto" field to use 64-bit integers:
Justification
We can ditch the BigIDModel class that was introduced prior to the introduction of Django's
DEFAULT_AUTO_FIELD
setting.The text was updated successfully, but these errors were encountered: