mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #25670 -- Allowed dictsort to sort a list of lists.
Thanks Tim Graham for the review.
This commit is contained in:
committed by
Tim Graham
parent
cdbd8745f6
commit
e81d1c995c
@@ -333,6 +333,9 @@ Templates
|
||||
|
||||
* Added the ``is`` comparison operator to the :ttag:`if` tag.
|
||||
|
||||
* Allowed :tfilter:`dictsort` to order a list of lists by an element at a
|
||||
specified index.
|
||||
|
||||
Tests
|
||||
~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user