#18059: Admin inlines appear to be blind to releated_name relations
-------------------------------------+-------------------------------------
     Reporter:  shayne.oneill@…      |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.admin        |                  Version:  1.4
     Severity:  Normal               |               Resolution:  wontfix
     Keywords:  admin inline         |             Triage Stage:  Design
  reverse_name                       |  decision needed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by kmtracey):

 * status:  new => closed
 * resolution:   => wontfix


Comment:

 The described scenario is not what admin inlines are for. Admin inlines
 allow displaying the "many" side of the relation on the edit page for the
 "one". So you could put the multiple consent forms associated with a
 single doctor on the edit page for the doctor, likewise you could put
 consent forms inline on the edit page for patient. On the edit page for
 consent form itself you have the ability to choose the single doctor you
 want to associate with the form, and the single patient. If either of
 those don't yet exist you can press the green plus icon to go to a page
 where you can create a new one. But you cannot edit the details of the
 associated object (doctor or patient) on the page for editing the consent
 form, and that sort of thing is not what inlines are intended to do.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18059#comment:6>
Django <https://code.djangoproject.com/>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to