Opened 17 years ago

Closed 17 years ago

#3305 closed defect (duplicate)

Multiple ForeignKeys in same model seems to break inline edits.

Reported by: anonymous Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: dev
Severity: normal Keywords: ForeignKey ChangeManipulator
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Multiple ForeignKeys in same model seems to break inline edits.

Using the attached models.py with SVN 4325 (and earlier), any attempt to change a profile's GameOfInterests using the "Change Profile" admin form will delete all GameOfInterests from that profile. Furthermore, attempting to change a profile's GameOfInterests via Profile.ChangeManipulator has no effect on GameOfInterests at all. However, changing GameOfInterests via the "Change game of interest" admin form works correctly.

Attachments (1)

models.py (1.8 KB ) - added by anonymous 17 years ago.

Download all attachments as: .zip

Change History (3)

by anonymous, 17 years ago

Attachment: models.py added

comment:1 by charlie.sheppard@…, 17 years ago

Didn't mean to log this as anonymous. My email is charlie.sheppard@…

comment:2 by Gary Wilson <gary.wilson@…>, 17 years ago

Resolution: duplicate
Status: newclosed

duplicate of #1939.

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