Skip to content

Avoid dict sort errors that happen in Python 3

Amir MOHAMMADI requested to merge dict-sort into master

For some reason jinja sorts your data without you asking for it (e.g. when you use groupby in templates). This change allows sorting of dictionaries when they are passed to jinja.

Merge request reports