You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To maintain compatibility of django-redshift-backend, the decision was made to vendor the PostgreSQL backend and Django codebase from Django 4.0 codebase.
While this approach temporarily ensured compatibility with Redshift, it has resulted in an ongoing situation where new features and fixes from the latest Django versions cannot be incorporated
Why is it in its current state?
Redshift is based on the PostgreSQL 8.0.4 interface.
Django 4.1 and later versions have dropped compatibility with PostgreSQL 10 and below.
How to fix the issues
Re-implement this backend independently without relying on the Postgres backend.
Tasks
The content you are editing has changed. Please copy your edits and refresh the page.
Current state
Why is it in its current state?
How to fix the issues
Tasks
Tasks
The text was updated successfully, but these errors were encountered: