On 5/13/07, C <[EMAIL PROTECTED]> wrote:
>
> Ok, I've run upon another stumbling block.  I did as you recommended
> and created a Relation model.  I'd like to be able to edit/create a
> Relation inline with a Part in the django admin.
>
> The example provided in the tutorial for editing inline doesn't work
> in this situation.  Is it doable at all?

Not easily, and I'm not sure if it's possible at all in the Admin
(though I could be mistaken). Essentially you want to edit inline an
inline edited object; that would be the approach i would take. Make
the Relation edit-inline, and make the Part edit inline on Relation.

However, I haven't tried this, so if it breaks, you get to keep all
the little shiny pieces. :-)

Yours,
Russ Magee %-)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to