Hi, I was playing with the django application djangosnippets (the released source code of www.djangosnippets.org) and I got the following error:
"Caught an exception while rendering: no such column: count" (it refers to the following snippet of code taken from the template snippets_list.html): {% block sidebar %} <p>{{ object_list.count }} snippet{{object_list.count|pluralize }} posted so far.</p> {% endblock %} I don't know if that would cause the error but, please, note that the object_list is not empty. Does anyone know why the error? I'm quite new to django so any help will be highly appreciated. Thanks and regards Cesco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---