I have a page:
http://www.joshuajonah.com/blog2/200...rst-blog-post/
It has a comment_count and a comment_list, they are being called
exactly the same way, however, comment_list has no items.
post_detail.html (template for a wrapper around a
date_based.object_detail):
http://dpaste.com/57001/
The
object.id is correct but when i trace {{ comment_list }}, it
returns an empty list.
The comment_count right above it works fine and the comments exist in
the database(referenced to the right object_id)
I have tried everything, restarting the server, updating to the latest
trunk of Django, replacing the contrib.comments, nothing seems to
work.
If anybody has any idea I would love a response.