Re: Sorting multi-level categories

2010-02-11 Thread thefekete
I figured out a work-around to auto-update a sort field on save. You can see the details here: http://thefekete.net/blog/sorting-hierarchical-categories-in-django/ On Jan 16, 3:46 am, Nianbig wrote: > Hi, > > I´m using this code todo a multi-level category > Django-app:http://code.djangoproject

Sorting multi-level categories

2010-01-16 Thread Nianbig
Hi, I´m using this code todo a multi-level category Django-app: http://code.djangoproject.com/wiki/CookBookCategoryDataModelPostMagic However, I would like to sort these in alphabetical order on the parents first and then the childs... how can I do this? I have tried various settings for 'orderin