Merge lp://staging/~cjwatson/lazr.restful/py3-params-ordering into lp://staging/lazr.restful
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 292 |
Proposed branch: | lp://staging/~cjwatson/lazr.restful/py3-params-ordering |
Merge into: | lp://staging/lazr.restful |
Diff against target: |
79 lines (+14/-5) 4 files modified
NEWS.rst (+7/-0) setup.py (+1/-1) src/lazr/restful/declarations.py (+3/-2) src/lazr/restful/docs/webservice-declarations.rst (+3/-2) |
To merge this branch: | bzr merge lp://staging/~cjwatson/lazr.restful/py3-params-ordering |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Cristian Gonzalez (community) | Approve | ||
Review via email: mp+398129@code.staging.launchpad.net |
Commit message
Preserve specified parameter ordering in export_
Description of the change
Preserve specified parameter ordering in export_
To post a comment you must log in.
Looks good!