#9025: Nested Inline Support in Admin
---------------------------------------------+------------------------------
          Reporter:  pixelcort               |         Owner:  nobody
            Status:  new                     |     Milestone:        
         Component:  django.contrib.admin    |       Version:  SVN   
        Resolution:                          |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  1     
        Needs_docs:  0                       |   Needs_tests:  1     
Needs_better_patch:  1                       |  
---------------------------------------------+------------------------------
Comment (by DrMeers):

 #13163 provides a simpler workaround for this -- each inline provides a
 link to the inline object provided it is also registered in that admin
 site, which allows you to edit its own inlines, etc. That way you can go
 as deep as you like. Not quite as easy as having it all rendered on the
 one page, but simple, robust and makes nested/recursive inlines navigable.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9025#comment:43>
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 django-upda...@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