django-postgres-composite-types
django-postgres-composite-types copied to clipboard
psycopg 3.x support
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.