On Mon, Sep 22, 2008 at 10:04 AM, Vokial <[EMAIL PROTECTED]> wrote:

>
> Thank you for the answer.
>
> I already read the page you linked me (the django documentation is
> becoming my second home :) ) and i tried what you said but i got this
> error:
> OperationalError at /search/1/
> (1054, "Unknown column
> 'images_version.shoot__subject__photographer__surname' in 'order
> clause'")
>
> [snip]

What version of Django are you using?  Anything prior to when the
queryset-refactor branch was merged to trunk was notoriously fragile about
ordering on related fields. If you are trying to use 0.96 for this, you
probably need to upgrade to 1.0.

Karen

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