Opened 8 years ago
Closed 8 years ago
#26732 closed Bug (needsinfo)
OperationalError target lists can have at most 1664 entries
Reported by: | Oscar Roa | Owned by: | nobody |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 1.9 |
Severity: | Normal | Keywords: | postgres, admin, ORM |
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 one model that has 4 ForeignKey fields and its admin class throws this error, I know it's Postgres related, but i haven't figured it out how to solve it yet.
Also I'm not overriding any method in the admin class.
Thanks in advance.
Note:
See TracTickets
for help on using tickets.
You need to include steps to reproduce the problem.