Opened 15 years ago

Closed 15 years ago

#10638 closed (duplicate)

Inline forms do not render correctly for models with custom primary keys

Reported by: David Gouldin Owned by: nobody
Component: Uncategorized Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

When using a model with a custom primary key as an inline in the admin, the primary key field is rendered twice and tabular's field count is off by one.

Attachments (1)

10638.diff (1.8 KB ) - added by David Gouldin 15 years ago.

Download all attachments as: .zip

Change History (3)

by David Gouldin, 15 years ago

Attachment: 10638.diff added

comment:1 by David Gouldin, 15 years ago

Has patch: set

comment:2 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

#8903 already reports this, I believe. I noted there the existence of a patch here for it.

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