django-postgres-composite-types icon indicating copy to clipboard operation
django-postgres-composite-types copied to clipboard

psycopg 3.x support

Open jleclanche opened this issue 5 months ago • 3 comments

Django 4.2+ support psycopg (which is psycopg 3.x). If psycopg2 is installed this creates weird conflicts such as TypeError: Connection.cursor() got an unexpected keyword argument 'cursor_factory'.

This library should support psycopg 3.x to give recent versions of django proper support.

jleclanche avatar Sep 22 '24 14:09 jleclanche