django + tagging + multilingual + postgresql: Programming error exception

2010-04-04 Thread pgsn
Hi. I'm getting the following error message when i try to navigate by tags: from tagging.views import tagged_object_list info_dict = { 'queryset_or_model': Article.objects.filter(enabled=True), 'paginate_by': paginate_parm, } url(r'^tag/(?P[^/]+)/$', tagged_object_list, info_dict, name='

Re: django + tagging + multilingual + postgresql: Programming error exception

2010-04-04 Thread pgsn
Wow, I just tried to run it on mysql instead of postgresql, and everything worked fine. Is this a postgresql bug? I really wouldn't like to switch to mysql. On Apr 5, 5:59 am, pgsn wrote: > Hi. I'm getting the following error message when i try to navigate by > tags: > > from tagging.views import