jazzband / django-redshift-backend

Redshift database backend for Django
Apache License 2.0
83 stars 48 forks source link

Add Django-5.0 support #143 #145

Closed shimizukawa closed 2 months ago

shimizukawa commented 3 months ago

Tasks

shimizukawa commented 2 months ago

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