hi,

> I'm using the comments engine [0] provided by the framework, but after
> updating to the revision 7798 [1] or later I get the error:
> u'get_comment_count' tag has invalid content-type. As you can tell by
> the error message, the exception is raised at the get_comment_count
> [2] function, but actually it's the same for every comment's method.

I have changed

{% get_comment_count for mypackage.My_model object.id as something %}

to

{% get_comment_count for mypackage.my_model object.id as something %}

and it works like a charm.

regards,
marcin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to