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

Add Django-5.0 support #143 #145

Merged
merged 4 commits into from
Sep 14, 2024
Merged

Add Django-5.0 support #143 #145

merged 4 commits into from
Sep 14, 2024

Conversation

shimizukawa
Copy link
Member

@shimizukawa shimizukawa commented Jul 27, 2024

Tasks

  • update tox and github CI
  • update pyproject.toml
  • update document
  • Test with Postgres
  • Test with Reshift
  • bump version x.Y.z for compatible update

@shimizukawa
Copy link
Member Author

shimizukawa commented Sep 14, 2024

I ran the examples/dj-sql-explorer app on django-5.0.7 + Redshift server and verified that migration and runserver work.

(venv) @shimizukawa ➜ /workspaces/django-redshift-backend/examples/dj-sql-explorer (dj50) $ python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
September 14, 2024 - 06:45:22
Django version 5.0.7, using settings 'config.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CONTROL-C.

image

@shimizukawa shimizukawa merged commit 9970b26 into master Sep 14, 2024
46 of 47 checks passed
@shimizukawa shimizukawa deleted the dj50 branch September 14, 2024 07:01
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