Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bug with missing migrations on "DEFAULT_AUTO_FIELD" #52

Merged
merged 1 commit into from
Nov 4, 2023

Conversation

GitRon
Copy link
Contributor

@GitRon GitRon commented Oct 31, 2023

Hi @lociii & @costela

when your project has a DEFAULT_AUTO_FIELD set to != DEFAULT_AUTO_FIELD = "django.db.models.AutoField", running makemigrations will create a migration. Setting this field type in the apps.py (which is django default to have one), fixes that.

Best
Ronny

@lociii
Copy link
Member

lociii commented Oct 31, 2023

Makes sense. Thanks.
Will merge and release later this week. Not close to a PC right now.

@GitRon
Copy link
Contributor Author

GitRon commented Nov 4, 2023

Hi @lociii! Did you already merge this branch? Saw the new release earlier today...

Best.
Ronny

@lociii
Copy link
Member

lociii commented Nov 4, 2023

Oops. Thought I merged before.
I'll take care tomorrow.

@lociii lociii merged commit f3187f8 into RegioHelden:master Nov 4, 2023
38 checks passed
@GitRon GitRon deleted the refactor/added-apps-py branch November 6, 2023 07:25
@lociii
Copy link
Member

lociii commented Nov 6, 2023

1.2.2 released.
Sorry for the inconvenience.

@GitRon
Copy link
Contributor Author

GitRon commented Nov 6, 2023

No worries! Thx for the release!

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.

2 participants