Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#9494 closed (fixed)

Revision 9297 causes crash

Reported by: Fugazi Owned by: Brian Rosner
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Since revision 9297, I have KeyError in Admin. Bug appears when Inline have fieldsets.
http://dpaste.com/88174/

Change History (4)

comment:1 by Brian Rosner, 15 years ago

Owner: changed from nobody to Brian Rosner
Status: newassigned
Triage Stage: UnreviewedAccepted

comment:2 by Brian Rosner, 15 years ago

Resolution: fixed
Status: assignedclosed

(In [9326]) Fixed #9494 -- Ensure the foreign key in an inline formset is always present on the forms. Thanks Fugazi for the report.

comment:3 by Brian Rosner, 15 years ago

(In [9327]) [1.0.X] Fixed #9494 -- Ensure the foreign key in an inline formset is always present on the forms. Thanks Fugazi for the report.

Backport of r9326 from trunk

comment:4 by Fugazi, 15 years ago

Change works fine. Thank you brosner.

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