get all the comments from a user

0 views
Skip to first unread message

Bastien

unread,
Jun 15, 2009, 9:09:15 AM6/15/09
to Django users
Hi,

with the django comments app how can I get all the comments form a
given user?

thanks,
Bastien

Bastien

unread,
Jun 15, 2009, 9:31:08 AM6/15/09
to Django users
I was searching in the included template tags but obviously doing a
database search works very well:

Comment.objects.filter(user_name='myname')

thanks,
Bastien
Reply all
Reply to author
Forward
0 new messages