Re: Model classes as containers to objects of another model

2016-07-19 Thread James Schneider
On Jul 19, 2016 12:16 PM, "Ajay D" wrote: > > 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

Model classes as containers to objects of another model

2016-07-19 Thread Ajay D
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