25 Apr
2005
25 Apr
'05
3:30 a.m.
--On Sonntag, 24. April 2005 17:36 Uhr -0400 Leticia Larrosa <LETICIA@tesla.cujae.edu.cu> wrote:
sort_on =(('self', test, 'desc'))
As documented the 'sort_on_ parameter must be a *sequence* of sorting definitions and a *single* sorting definition. This should work: sort_on =(('self', test, 'desc'),) -aj