Merge lp://staging/~sinzui/charmworld/bundle-api-1 into lp://staging/~juju-jitsu/charmworld/trunk
Proposed by
Curtis Hovey
Status: | Merged |
---|---|
Approved by: | Aaron Bentley |
Approved revision: | 305 |
Merged at revision: | 305 |
Proposed branch: | lp://staging/~sinzui/charmworld/bundle-api-1 |
Merge into: | lp://staging/~juju-jitsu/charmworld/trunk |
Diff against target: |
64 lines (+14/-14) 3 files modified
charmworld/routes.py (+2/-2) charmworld/views/api.py (+3/-3) charmworld/views/tests/test_api.py (+9/-9) |
To merge this branch: | bzr merge lp://staging/~sinzui/charmworld/bundle-api-1 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aaron Bentley (community) | Approve | ||
Review via email: mp+174837@code.staging.launchpad.net |
Commit message
Rename "deprecated" to "obsolete" because the APIs are not supported.
Description of the change
This branch renames all the cases where "deprecated" is used. We mean "obsolete" in these cases because the feature is not supported -- it is not possible to complete API 0 and API 1 requests.
To post a comment you must log in.