On 11/7/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> It's a bit of a problem for me because i want to do this.
>
> Allow users to create a Purchase Order which has several Items (of
> equipment) so item's are edited inline with purchase orders.
>
> Then for each Item needs to be edited individually including it's
> Properties which is another class edited inline with Items
>
> Is this just something djamgo doesn't do or have I defined my models
> wrong.

It's something Django doesn't do right now. Only one "level" of
edit_inline is supported. It's not possible for edit_inline to span
more than one level.

However, this should be changing soon, with the new-admin code branch,
which is currently being developed.

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to