I am using contrib.comments app and have a custom field xuser in the comment
model.
I want to create a list  of xusers(with no duplicates )

{% for comment in comment_list %}


[Some tag to add comment.xuser in the list if not already in it ]

{% endfor %}

Then I want to iterate over that list as :

{% for user in list %}

[do something]

{% endfor %}

 Any help , how to create that list ?

-satvik

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to