Groups
Groups
Sign in
Groups
Groups
Django users
Conversations
About
Send feedback
Help
get all the comments from a user
0 views
Skip to first unread message
Bastien
unread,
Jun 15, 2009, 9:09:15 AM
6/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
6/15/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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