Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10246 closed (duplicate)

Bug with Inlines for non-standard primary keys

Reported by: cklein Owned by: nobody
Component: contrib.admin Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

If the underlying model for an inline defines an alternative primary key
[for example: name = CharField(max_length=32, primary_key=True)]
the Inline is not displayed correctly - the pk field will be rendered twice, including further strange behaviour.

Change History (3)

comment:1 by Joey Wilhelm, 15 years ago

Sounds like a duplicate of #9650

comment:2 by anonymous, 15 years ago

Resolution: duplicate
Status: newclosed

Duplicate of #8903

comment:3 by (none), 15 years ago

milestone: post-1.0

Milestone post-1.0 deleted

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