Merge lp://staging/~cjwatson/lazr.restful/py3-html-entry-sort-by-name into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 283 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/py3-html-entry-sort-by-name |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
31 lines (+4/-1) 2 files modified
NEWS.rst (+2/-0) src/lazr/restful/_resource.py (+2/-1) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/py3-html-entry-sort-by-name |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Thiago F. Pappacena (community) | Approve | ||
Review via email: mp+396621@code.staging.launchpad.net |
Commit message
Sort fields in HTML views of entries by name.
Description of the change
The old code caused test failures on Python 3, since dicts are no longer orderable.
To post a comment you must log in.
LGTM