Re: Ordering ForeignKey lists in admin change view

2009-01-01 Thread janedenone
Thanks a lot! - Jan --~--~-~--~~~---~--~~ 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 django-users

Re: Ordering ForeignKey lists in admin change view

2008-12-30 Thread Daniel Roseman
On Dec 30, 7:15 am, janedenone wrote: > Hi, > > this must be really simple, but all the references to ordering fields > did not explain how to do this: How can I change the order of entries > in foreign key lists in the admin change view? > > Kind regards, > Jan Django will just use the default

Ordering ForeignKey lists in admin change view

2008-12-30 Thread janedenone
Hi, this must be really simple, but all the references to ordering fields did not explain how to do this: How can I change the order of entries in foreign key lists in the admin change view? Kind regards, Jan --~--~-~--~~~---~--~~ You received this message because