Skip to content

Fix missing autopk field specification#302

Open
vogelier wants to merge 1 commit into
jazzband:masterfrom
uMedeor:fixMissingAutoPkField
Open

Fix missing autopk field specification#302
vogelier wants to merge 1 commit into
jazzband:masterfrom
uMedeor:fixMissingAutoPkField

Conversation

@vogelier

@vogelier vogelier commented Mar 9, 2026

Copy link
Copy Markdown

Relates to #301

With the release of Django 6.0, Django 6.0 changed the DEFAULT_AUTO_FIELD setting default value to BigAutoField. Without this additional app config in this PR, the Django migrations checker complains that a migration is missing and generates a new one.

We've deployed this version into our nonprod environments as a test and the migration check error is gone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant