Opened 3 hours ago

#36164 new Bug

django.db.utils.InternalError

Reported by: Dimitris Kougioumtzis Owned by:
Component: Database layer (models, ORM) Version: 5.0
Severity: Normal Keywords: psycopg, django error
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I have

windows 11
python 3.10
psycopg 3.2.4
django 5.0.11
postgresql ver 16

and when i save data with managment command i get the error

django.db.utils.InternalError: trying to store an on-disk heap tuple into wrong type of slot


Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top