#3305: Multiple ForeignKeys in same model seems to break inline edits.
------------------------------+---------------------------------------------
Reporter: anonymous | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Database wrapper | Version: SVN
Severity: normal | Keywords: ForeignKey ChangeManipulator
------------------------------+---------------------------------------------
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.
--
Ticket URL: <http://code.djangoproject.com/ticket/3305>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django
updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---