Hi All,

I am fairly new to Django and find myself in the need to write to the 
group. 

I have a django model "A", which has an "items" attribute. "items" is a 
list with objects of another django model "B" (there are no relationships 
between A and B). Everytime I create a new instance of "A", I need to make 
the attributes of all of the "B" objects editable via the template/form of 
"A".

What would the obvious/ideal way to achieve this? 

TIA,
Aj

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/00259140-00dc-48b9-ba29-3166e8ae3313%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to