Re: Model ordering in Admin interface in m-r

2006-03-28 Thread Nebojša Đorđević
Michael Radziej wrote: > Nebojša Đorđević schrieb: >> And for ordering, I can't find any logic in model order, it's not >> alphabetical as I presumed before. > > Hmhm ... then don't let me take you on the wrong track for debugging: > I'm only sure that they were _not_ ordered alphabetically. I

Re: Model ordering in Admin interface in m-r

2006-03-28 Thread Michael Radziej
Nebojša Đorđević schrieb: > And for ordering, I can't find any logic in model order, it's not > alphabetical as I presumed before. Hmhm ... then don't let me take you on the wrong track for debugging: I'm only sure that they were _not_ ordered alphabetically. I don't recall if they were in cre

Re: Model ordering in Admin interface in m-r

2006-03-28 Thread Nebojša Đorđević
Michael Radziej wrote: > Nebojša Đorđević schrieb: >> I probably missed this, but in m-r branch admin interface all models are >> sorted alphabetically and not in creation order >> like in current trunk. Is this intentional or feature ;)? >> >> Also (with sqlite) I noticed that order of CREATE SQ

Re: Model ordering in Admin interface in m-r

2006-03-28 Thread Michael Radziej
Nebojša Đorđević schrieb: > I probably missed this, but in m-r branch admin interface all models are > sorted alphabetically and not in creation order > like in current trunk. Is this intentional or feature ;)? > > Also (with sqlite) I noticed that order of CREATE SQL statements are also > sort

Model ordering in Admin interface in m-r

2006-03-28 Thread Nebojša Đorđević
I probably missed this, but in m-r branch admin interface all models are sorted alphabetically and not in creation order like in current trunk. Is this intentional or feature ;)? Also (with sqlite) I noticed that order of CREATE SQL statements are also sorted alphabetically which (for example)