Minor test/view fixes.

This commit is contained in:
Chris Church
2013-03-22 11:22:04 -04:00
parent 7f0935ba66
commit ea536ae903
2 changed files with 3 additions and 2 deletions

View File

@@ -162,6 +162,8 @@ class OrganizationsProjectsList(BaseList):
# FIXME: verify permissions checks are in place
# FIXME: do not create objects
# POST { pk: 7, disassociate: True }
project_id = request.DATA.get('pk')
return Response('this is incomplete', status=status.HTTP_400_BAD_REQUEST)