Add an API for deleting review groups.
Review Request #2616 — Created Sept. 24, 2011 and submitted — Latest diff uploaded
Add an API for deleting review groups. Until now, we've only had GET support for review groups in the API. Now that I'm trying to make a fancy UI for managing groups, I'd like to be able to delete them as well (no edit, yet). This change adds said API, along with unit tests.
Ran tests.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/reviews/models.py |
---|
reviewboard/webapi/resources.py |
---|
reviewboard/webapi/tests.py |
---|