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

Upgrade to django 4.2 #1217

Merged
merged 13 commits into from
Jan 17, 2024
Merged

Upgrade to django 4.2 #1217

merged 13 commits into from
Jan 17, 2024

Conversation

davidu1975
Copy link
Contributor

@davidu1975 davidu1975 commented Jan 17, 2024

Upgrade to django 4.2

Workflow

Merging

  • This PR can be merged by reviewers. (If unticked, please leave for the author to merge)

@@ -0,0 +1,24 @@
# Generated by Django 4.1.13 on 2024-01-15 11:12

from django.db import migrations, models
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are there migrations in a Django bump?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added by Bobby - so cannot comment

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sebs-code, somewhere along the line the models had been adjusted without migration files being created. They don't need to be included in this release but will need to be added at some point.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They might as well go in now... if they have to at some point!

@davidu1975 davidu1975 merged commit ddedada into develop Jan 17, 2024
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.

3 participants