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 wrote: > > hi i have o

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 attri