#15577: inefficient design of inlinemodeladmin
------------------------------------------------+----------------------
               Reporter:  yoav@…                |        Owner:  nobody
                 Status:  closed                |    Milestone:
              Component:  django.contrib.admin  |      Version:  1.2
             Resolution:  invalid               |     Keywords:
           Triage Stage:  Unreviewed            |    Has patch:  0
    Needs documentation:  0                     |  Needs tests:  0
Patch needs improvement:  0                     |
------------------------------------------------+----------------------

Comment (by yoav@…):

 Perhaps this is an RTFM issue, but we failed to notice this or figure out
 the subtleties when reading through the documentation.

 To some extent, we'd expect the opposite from the default behaviour. i.e.
 That the Inline would use just the linked foreign fields by default
 instead of loading all objects, and only if you really want to load ALL
 objects, you can specify it the other way. The way we looked at it was
 that the Inline allows you to access other fields that are a part of this
 relationship, not others which are not.

 In any case it was an interesting learning experience.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/15577#comment:4>
Django <http://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 [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.

Reply via email to