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

Update to Django 5 #2421

Merged
merged 5 commits into from
May 30, 2024
Merged

Update to Django 5 #2421

merged 5 commits into from
May 30, 2024

Conversation

tienne-B
Copy link
Member

@tienne-B tienne-B commented May 4, 2024

This commit updates the Python version to 3.11 and bumps packages to their update, most notably Django to version 5. There were some problems with updating to 3.12 so we'll keep it lower for now.

This new version of Django brings some deprecations, such as model table indexing being more explicit. Migrations are also needed for this.

@tienne-B tienne-B force-pushed the django-update branch 2 times, most recently from 777c755 to 1669def Compare May 4, 2024 21:45
This commit updates the Python version to 3.11 and bumps packages to
their update, most notably Django to version 5. There were some problems
with updating to 3.12 so we'll keep it lower for now.

This new version of Django brings some deprecations, such as model table
indexing being more explicit. Migrations are also needed for this.
@tienne-B tienne-B merged commit 6d4c101 into develop May 30, 2024
3 of 4 checks passed
@tienne-B tienne-B deleted the django-update branch May 30, 2024 10:12
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