You can either write another view that returns the items in the desired order like this:
expanses_list = Expanse.objects.all().order_by('date')
Or even better include an interactive table like datatables and let the user click around as they like.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…