-
-
Notifications
You must be signed in to change notification settings - Fork 49
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-4.2 support #116
Comments
- inspectdb now suppress output 'id = AutoField(primary_key=True)' - `TEST_WITH_REDSHIFT=... tox` testing with redshift database.
- inspectdb now suppress output 'id = AutoField(primary_key=True)' - `TEST_WITH_REDSHIFT=... tox` testing with redshift database.
- inspectdb now suppress output 'id = AutoField(primary_key=True)' - `TEST_WITH_REDSHIFT=... tox` testing with redshift database.
- inspectdb now suppress output 'id = AutoField(primary_key=True)' - `TEST_WITH_REDSHIFT=... tox` testing with redshift database.
Psycopg3has been supported since Django 4.2. Redshift is forked from an older version of Postgres, and the Django database backend for Postgres that can be used for Redshift is only available up to Django 4.0. |
Django 4.2: April 2023 https://docs.djangoproject.com/en/dev/releases/4.2/
Important
Psycopg 3 supportDropped support for PostgreSQL 11Upstream support for PostgreSQL 11 ends in November 2023. Django 4.2 supports PostgreSQL 12 and higher.The text was updated successfully, but these errors were encountered: