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 5.0 #220

Closed
pauloxnet opened this issue Oct 31, 2024 · 5 comments
Closed

Upgrade to Django 5.0 #220

pauloxnet opened this issue Oct 31, 2024 · 5 comments
Labels

Comments

@pauloxnet
Copy link
Member

pauloxnet commented Oct 31, 2024

As wrote by @bmispelon in the website repository:

Ideally, we would also want to be running the same version of Django on both djangoproject.com and code.djangoproject.com (https://github.com/django/code.djangoproject.com).
That's because the two sites talk to the same database (Trac uses Django's user database for authentication), and that might break if for example a newer version of Django changes the user model.

django/djangoproject.com#1712 (comment)

@bmispelon
Copy link
Member

This needs #219 to happen first (that PR is almost ready I think, I just need to work out the issues with PYTHONWARNINGS)

@pauloxnet
Copy link
Member Author

This needs #219 to happen first (that PR is almost ready I think, I just need to work out the issues with PYTHONWARNINGS)

I saw that #221 has been merged, so I opened #222

@bmispelon
Copy link
Member

Fixed with #222

@ulgens
Copy link

ulgens commented Nov 20, 2024

Is there a plan to continue this upgrade with 5.1?

@bmispelon
Copy link
Member

Is there a plan to continue this upgrade with 5.1?

Absolutely! My rough plan was to give it a week or two to see if things would pop up, then proceed with the 5.1 upgrade.

If you'd like to help, opening a PR for both djangoproject.com and code.djangoproject.com would be appreciated. Also running the test suite with warnings on to see if we might get bitten y some changes.

Thanks! 🎸

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants