-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
drop_test_database
not compatible with psycopg3
#1811
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
Closed
danjac opened this issue
Apr 5, 2023
· 2 comments
· Fixed by #1814 or ryanchen99/django-extensions#2
Closed
drop_test_database
not compatible with psycopg3
#1811
danjac opened this issue
Apr 5, 2023
· 2 comments
· Fixed by #1814 or ryanchen99/django-extensions#2
Comments
Same with |
Is there a workaround at all?
|
Apreche
added a commit
to Apreche/django-extensions
that referenced
this issue
May 2, 2023
trbs
pushed a commit
that referenced
this issue
May 15, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that the
drop_test_database
command is hardcoded for psycopg2 and will break with psycopg3 (supported on Django 4.2+):Python: 3.11
Django: 4.2
Postgres: 15.0
psycopg[binary]: 3.18
The text was updated successfully, but these errors were encountered: