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.

Change History (1)

comment:1 by Tim Graham, 8 years ago

Resolution: needsinfo
Status: newclosed

You need to include steps to reproduce the problem.

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