I've noticed that in Django 1.1 when I sort based on a column in the admin interface's list view for one of my models and then sort by a different column, the second result set is no longer sorted based on the first column selected. This means that the sorting algorithm used is not a stable sorting algorithm. Does anyone know how to go about making the admin interface use a stable sorting algorithm instead? I'm capable of implementing a stable sorting algorithm in Javascript, but don't know where to start to find the code that actually performs the sorting when I click on a column in the list view.
Peace, Andrew -- ======================= Andrew D. Ball 勃安 "Ὁ θεὸς ἀγάπη ἐστίν ..." (1 Jn 4:16) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=.