Merge lp:~ricardokirkner/rnr-server/fix-acl-verify-request into lp:rnr-server
Proposed by
Ricardo Kirkner
Status: | Merged |
---|---|
Approved by: | Ricardo Kirkner |
Approved revision: | 321 |
Merged at revision: | 320 |
Proposed branch: | lp:~ricardokirkner/rnr-server/fix-acl-verify-request |
Merge into: | lp:rnr-server |
Diff against target: |
99 lines (+25/-4) 3 files modified
django_project/settings_base.py (+1/-1) src/core/tests/test_utilities.py (+20/-0) src/core/utilities.py (+4/-3) |
To merge this branch: | bzr merge lp:~ricardokirkner/rnr-server/fix-acl-verify-request |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Facundo Batista (community) | Approve | ||
Matt Goodall (community) | Approve | ||
Review via email: mp+295721@code.launchpad.net |
Commit message
ensure acl verify request is made properly
send body data as a json encoded dict
To post a comment you must log in.
lgtm, with a question