-
Notifications
You must be signed in to change notification settings - Fork 144
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
Support psycopg 3 #130
Comments
In some limited testing, it appears that removing these lines from types.py fixes the problem.
No adaption is required at all perhaps. I played around with django admin and was able to check and uncheck the bitfield options. Are there instructions on how to run tests locally? |
Hi team, I'm running my Django apps using
supporting |
psycopg 3 is supported in Django 4.2. However it's interface has breaking changes.
extensions no longer exists. It's replacement is documented here.
I might be able to contribute a fix for this, however I'd have to learn about psycopg.
The text was updated successfully, but these errors were encountered: