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

Support Django 5.0 db_default attribute. #283

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

David-Wobrock
Copy link
Collaborator

@David-Wobrock David-Wobrock commented Feb 4, 2024

A DB default is not considered backward incompatible, as the default value is kept on DB-level.
See https://docs.djangoproject.com/en/dev/releases/5.0/#database-computed-default-values

Fixes #275

@David-Wobrock David-Wobrock force-pushed the feat/handle-db-default-attribute branch 3 times, most recently from 3724717 to eb25d29 Compare February 4, 2024 20:32
A DB default is not considered backward incompatible, as the default value is kept on DB-level.
See https://docs.djangoproject.com/en/dev/releases/5.0/#database-computed-default-values
@David-Wobrock David-Wobrock force-pushed the feat/handle-db-default-attribute branch from eb25d29 to ab22499 Compare March 24, 2024 10:20
@David-Wobrock David-Wobrock merged commit 18a39cb into main Mar 29, 2024
8 checks passed
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.

Support new Django 5.0 db_default
1 participant