As you can see in the Django code there is no support.
However, since Python is sorted in a stable way . This is trivial to implement by sorting twice :)
{% for item in mydict|dictsortreversed:"column1"|dictsortreversed:"column2" %}
Wolph source
share