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

fix booleanfield logic during migrations #302

Merged
merged 2 commits into from
Mar 13, 2025

Conversation

devkral
Copy link
Contributor

@devkral devkral commented Mar 13, 2025

Changes:

automatically add a server_default for BooleanField default in case it is trivial. This fixes migrations.
In long term a generic solution is required.

devkral added 2 commits March 13, 2025 13:38
Changes:

automatically add a server_default for BooleanField default in case it
is trivial. This fixes migrations.
In long term a generic solution is required.
@tarsil tarsil merged commit f7f5324 into main Mar 13, 2025
10 checks passed
@tarsil tarsil deleted the devkral/fixes/automatic_server_defaults_boolean branch March 13, 2025 13:03
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