Re: ManyToMany relationship with intermediate model and admin list display with each realtion with value as diferent column

2012-07-24 Thread Ignacio Soto
ok, it looks very nice i will try and let you know.. thanks 2012/7/24 Tomas Neme > > > as shown in the picture, this i could do by add a method in the model > > getTienda1 and return the stock and do it for each store, but i want it > to > > be created dinamically because

Re: ManyToMany relationship with intermediate model and admin list display with each realtion with value as diferent column

2012-07-24 Thread Tomas Neme
> as shown in the picture, this i could do by add a method in the model > getTienda1 and return the stock and do it for each store, but i want it to > be created dinamically because the user could create a new store and it will > not be there. > > so this is my cuestion: can i do that?

ManyToMany relationship with intermediate model and admin list display with each realtion with value as diferent column

2012-07-24 Thread Ignacio Soto
Hey guys i have an issue, i don know if it really can be done. im using django 1.3 i have a model producto(product) and Tienda(store) and a product could be in one or more stores, so i created a many to many relationship but y have a stock in each store, so i use the intermediary model