Opened 9 months ago
Closed 9 months 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
Note:
See TracTickets
for help on using tickets.
Nothing points at Django being at fault here; you most likely have corrupted Postgres database.
See TicketClosingReasons/UseSupportChannels