Opened 3 weeks ago

Closed 3 weeks ago

#36164 closed Bug (invalid)

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 (1)

comment:1 by Simon Charette, 3 weeks ago

Resolution: invalid
Status: newclosed

Nothing points at Django being at fault here; you most likely have corrupted Postgres database.

See TicketClosingReasons/UseSupportChannels

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