RE: Need help for nested list in template

2009-05-19 Thread Will Matos
_list.append(item) > It appears he is appending the UserStatus instance. W -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Tom Evans Sent: Tuesday, May 19, 2009 10:33 AM To: django-users@googlegroups.com Subject: Re: Need help for

Re: Need help for nested list in template

2009-05-19 Thread Tom Evans
On Tue, 2009-05-19 at 06:46 -0700, laspal wrote: > Hi, > My model is : >id val msg >20 1234 text >20 1245text >20 1275

RE: Need help for nested list in template

2009-05-19 Thread Will Matos
: Django users Subject: Need help for nested list in template Hi, My model is : id val msg 20 1234 text 20 1245text 20 1275

Need help for nested list in template

2009-05-19 Thread laspal
Hi, My model is : id val msg 20 1234 text 20 1245text 20 1275 text 20 1356 t