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

Django 4 upgrade #850

Open
marksweb opened this issue Jan 27, 2023 · 1 comment
Open

Django 4 upgrade #850

marksweb opened this issue Jan 27, 2023 · 1 comment
Assignees

Comments

@marksweb
Copy link
Collaborator

I've made a start on moving the project on to django 4.1

It doesn't support Postgres 10 which the github actions were still using - so I'm assuming that's also still the version in use in production. It looks like we can move straight to the latest - 15.1. I've setup locally with this and got everything running.

The other issue is that django-markdown-deux hasn't been updated since 2014. So I've forked it & brought django 4 support - and I might end up being the new maintainer of that so we don't need to install from my fork.

I've got some tests to fix, but otherwise everything looks good so far; https://github.com/marksweb/djangogirls/tree/feat/django4

@marksweb marksweb self-assigned this Jan 27, 2023
@marksweb
Copy link
Collaborator Author

Got a bit delayed with this after starting a new job in February. Picking it up again with django 4.2

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

No branches or pull requests

1 participant