django-redshift-backend icon indicating copy to clipboard operation
django-redshift-backend copied to clipboard

Redshift database backend for Django

Results 25 django-redshift-backend issues
Sort by recently updated
recently updated
newest added

EOL Python 3.8: Oct 2024 https://endoflife.date/python - update old syntax compat code - update tox and github CI - update pyproject.yml - update document - bump version X.y.z for imcompatible...

EOL Django 3.2: Apr 2024 https://endoflife.date/django Django 4.0: Apr 2023 https://endoflife.date/django - remove old `django.VERSION` code - update tox and github CI - update pyproject.yml - update document - bump...

- `uv build` since https://github.com/astral-sh/uv/releases/tag/0.4.5 TBD

for #149. Previously, django-redshift-backend would let the user choose whether to use psycopg2 or psycopg2-binary. django-redshift-backend relies on psycopg2, so either one is required. However, if they were unaware of...

Subject: `psycopg2` is an optional dependency but actually imported in `base.py` ### Problem - I think `psycopg2` was not explicitly imported in 3.0.0 but since 4.0.0 it is imported in...