| Issue 31: | Include most_commented template tag | |
| 3 people starred this issue and may be notified of changes. | Back to list |
I can see that the CommentedObjectManager has a method for most_commented but it would be nice if you include a template tag that retrieve the most_commented items on comment_utils. I know that it's easy for someone to implement it, but I believe it can be useful for many users. |
|
,
Dec 15, 2008
The attached file offers two template tags (get_newest_comment_list, most_commented) which i use for my comment handling. I am no expert in django but it works. The tags allow working with a model or without it. I tested them in conjunction with the comment-utils "branch" mentioned in issue #36 (django 1.0 compatible). I would appreciate if these kind of tags would make it to the code. |
|
|
|