lp:~leonardr/lazr.restful/mutators-are-not-named-operations
Created by
Leonard Richardson
on
2010-02-23
and last modified on
2010-02-25
- Get this branch:
- bzr branch lp:~leonardr/lazr.restful/mutators-are-not-named-operations
Only
Leonard Richardson
can upload to this branch. If you are
Leonard Richardson
please log in for upload directions.
Branch merges
- Eleanor Berger (community): Approve (code) on 2010-03-01
-
Diff: 415 lines (+246/-4)11 files modifiedsrc/lazr/restful/NEWS.txt (+13/-0)
src/lazr/restful/declarations.py (+1/-0)
src/lazr/restful/docs/absoluteurl.txt (+1/-0)
src/lazr/restful/docs/webservice-declarations.txt (+170/-3)
src/lazr/restful/docs/webservice-error.txt (+1/-0)
src/lazr/restful/example/base/root.py (+1/-0)
src/lazr/restful/example/multiversion/root.py (+1/-0)
src/lazr/restful/example/wsgi/root.py (+1/-0)
src/lazr/restful/interfaces/_rest.py (+12/-0)
src/lazr/restful/metazcml.py (+44/-1)
src/lazr/restful/tests/test_webservice.py (+1/-0)
Branch information
Recent revisions
- 118. By Leonard Richardson on 2010-02-23
-
Added last_version_
with_mutator_ named_operation s, though it doesn't do anything yet. - 114. By Leonard Richardson on 2010-02-18
-
[r=rockstar] Switched from get_current_
browser_ request (which isn't necessarily versioned) to get_current_ web_service_ request (which always is). - 113. By Leonard Richardson on 2010-02-16
-
[r=rockstar] Fixed REQUEST_USER in a multi-versioned environment.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:lazr.restful
