Hi, all

I have three models in many-to-many-through arrangement. Let's call
them A, B, C, where B is the join model.

I would like to edit B as inline from C, so that the number of inlines
and their pre-filled data (if possible at all) matches the number of A
objects.

If I have, say three objects of A class, and they all have a `name`
field, I would like to display the inline form as:

    ------
    Form for B
    ------
    ------
    C inlines:
    ------
    name 1: [ input box ]
    ------
    name 2: [ input box ]
    ------
    name 3: [ input box ]
    ------

I haven't tried to solve it yet, but I was wondering if anyone can
tell me if that's possible at all.


--
Branko
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to