Re: problem in displaying data on html

2013-02-28 Thread Avnesh Shakya
thanks i got it thanks On Thu, Feb 28, 2013 at 7:19 PM, Roberto López López wrote: > > If you just output a m2m field that's normal. If you rather prefer to > iterate over it and show all the related objects, use a for loop... > > > On 02/28/2013 02:43 PM, Avnesh Shakya

Re: problem in displaying data on html

2013-02-28 Thread Roberto López López
If you just output a m2m field that's normal. If you rather prefer to iterate over it and show all the related objects, use a for loop... On 02/28/2013 02:43 PM, Avnesh Shakya wrote: > hi i have one problem, i want to display data from database on html page > all data is displaying but one

problem in displaying data on html

2013-02-28 Thread Avnesh Shakya
hi i have one problem, i want to display data from database on html page all data is displaying but one attribute(university name) which i defined as models.ManyToManyField(University) is not being displyed, it's not generating error but it showing msz on html page- instead of showing