Merge lp://staging/~cmiller/desktopcouch/abstract-wrappers into lp://staging/desktopcouch
Proposed by
Chad Miller
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Chad Miller | ||||
Approved revision: | 180 | ||||
Merged at revision: | 179 | ||||
Proposed branch: | lp://staging/~cmiller/desktopcouch/abstract-wrappers | ||||
Merge into: | lp://staging/desktopcouch | ||||
Diff against target: |
47 lines (+19/-0) 2 files modified
desktopcouch/records/server_base.py (+3/-0) desktopcouch/records/tests/test_server.py (+16/-0) |
||||
To merge this branch: | bzr merge lp://staging/~cmiller/desktopcouch/abstract-wrappers | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Eric Casteleijn (community) | Approve | ||
Vincenzo Di Somma (community) | Approve | ||
Review via email: mp+37142@code.staging.launchpad.net |
Commit message
The view wrapper that assists with reconnecting did not implement attributes that some clients (like Lernid) use. Now, catch any attribute access on the wrapper and pass it through to the proxied object. This should make the proxy object functionally identical to the destination object. (LP: #652095)
To post a comment you must log in.
Code looks good, tests pass.