Just for the records: I found the solution of my problem (posted in "No such column error + tag question", where you can find the full problem and the code).
There seems to be a bug in django I did not find when I first googled for it: The thing is, the admin interface seems to have some problems with the OneToOne relations (bug #1245) but more generaly with the ORDER BY query (bug #1547). The solution is simply to eliminate any 'ordering' parameter. A bit anoying, but better than nothing :-) Enjoy, G --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

