Django default connections.cursor() not parsing JSONB into DICT despite using PSYCOPG3
I am switching an old codebase from Django ~2 to Django 4.2.1. Along side this switch, I upgraded psycopg2 to psycopg (also known as psycopg3), but this switch has caused my cursor to incorrectly fetch rows from my PostgreSQL database.
Django default connections.cursor() not parsing JSONB into DICT despite using PSYCOPG3
I am switching an old codebase from Django ~2 to Django 4.2.1. Along side this switch, I upgraded psycopg2 to psycopg (also known as psycopg3), but this switch has caused my cursor to incorrectly fetch rows from my PostgreSQL database.