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 #8

Closed
wants to merge 1 commit into from
Closed

Conversation

paulapreuss
Copy link
Collaborator

@paulapreuss paulapreuss commented Nov 25, 2024

Will close #5. To update to Django 5, django-q is updated and should be replaced by django-q2 instead. After running the migrations everything seems to work as expected. To update locally:

pip install Django==5.1.3
pip uninstall django-q
pip install django-q2
python manage.py migrate django_q

I did not have any postgres issues because I am running postgres 16.4. @Bachibouzouk Which version are you using? Apparently Django 5.0 still supports postgress >= 12, so we could downgrade to this if needed. Starting from 5.1, only postgres >= 13 is supported.

@Bachibouzouk
Copy link

Already tackled in bb99e87

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.

Upgrade all dependendies
2 participants