PUT is operational.

This commit is contained in:
Michael DeHaan
2013-03-21 10:44:01 -04:00
parent 9237cd6176
commit 843164ba04
3 changed files with 16 additions and 11 deletions

View File

@@ -45,3 +45,6 @@ class OrganizationsDetail(generics.RetrieveUpdateDestroyAPIView):
return admin or user
if request.method == 'PUT':
return admin