Just a note for anyone using django_comment_utils:

As far as I can tell, the current svn checkout of django_comment_utils
template tag get_public_comment_count isn't compatible with django-svn
since revision 6399, in particular, this change:

http://code.djangoproject.com/browser/django/trunk/django/contrib/comments/templatetags/comments.py

Is anyone else experiencing this with get_public_comment_count? The
problem seems to be that parent template tag in
django.contrib.comments is now using the new template.Variable for
variable resolution.

I've submitted a patch that fixes the issue here:
http://code.google.com/p/django-comment-utils/issues/detail?id=13

Hope it saves other people a few hours!
-Michael


--~--~---------~--~----~------------~-------~--~----~
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