Avoid dict sort errors that happen in Python 3
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
Activity
added 8 commits
-
2437e345...b132968e - 6 commits from branch
master
- 8222eb3c - Add a test for when groupby is used in templates
- bac33736 - Fix sort errors that happen in Python 3
-
2437e345...b132968e - 6 commits from branch
enabled an automatic merge when the pipeline for bac33736 succeeds
@amohammadi: This patch is not working under Linux. Care to check?
assigned to @amohammadi
enabled an automatic merge when the pipeline for 0fe5fc94 succeeds
mentioned in commit 90411bed
Please register or sign in to reply