Re: ordering on a ForeignKey field in the admin

2007-03-24 Thread omat * gezgin.com
I still need to solve this issue. Am I missing something obvious, or can this be a bug? Thanks again... oMat On 23 Mart, 14:37, "omat * gezgin.com" <[EMAIL PROTECTED]> wrote: > I have two models, Artist and Album. I am able to add new albums via > the admin interface but the list of artists in

ordering on a ForeignKey field in the admin

2007-03-23 Thread omat * gezgin.com
I have two models, Artist and Album. I am able to add new albums via the admin interface but the list of artists in the album edit / add pages are not ordered. If I am not getting the documentation wrong, this should be achieved simply by stating the default ordering in the meta class. My (simpli