Re: django.contrib.comments.models requires get_user method

2006-04-13 Thread Jacob Kaplan-Moss
On Apr 13, 2006, at 7:33 AM, Denis wrote: > It looks like django.contrib.comments.models (M/R) lacks get_user() > method for the > following classes: Comment, KarmaScore and UserFlag. Didnt find any > suitable component > choice in the ticketing system, so i decided to post here. I wonder > what w

django.contrib.comments.models requires get_user method

2006-04-13 Thread Denis
Hi It looks like django.contrib.comments.models (M/R) lacks get_user() method for the following classes: Comment, KarmaScore and UserFlag. Didnt find any suitable component choice in the ticketing system, so i decided to post here. I wonder what would be the proper way to fix this, coz ``self.use