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<tag>[^/]+)/$', tagged_object_list, info_dict,
name='tag-view'),

and this is what i get:

invalid reference to FROM-clause entry for table "articles_article"
LINE 1: ...N (("articles_article_translation_ru".master_id =
"articles_...
                                                             ^
HINT:  There is an entry for table "articles_article", but it cannot
be referenced from this part of the query.

I tried using both release and recent svn versions of django, tagging
and multilingual libs.

I'm using postgresql-8.4 on Ubuntu.

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

Reply via email to