Ability to add tags to an organization.

This commit is contained in:
Michael DeHaan
2013-03-23 16:34:52 -04:00
parent f1bfe780e3
commit cd214bc95d
3 changed files with 34 additions and 20 deletions

View File

@@ -96,7 +96,7 @@ class OrganizationsProjectsList(BaseSubList):
raise PermissionDenied()
return Project.objects.filter(organizations__in = [ organization ])
class OrganizationsTagsList(BaseList):
class OrganizationsTagsList(BaseSubList):
model = Tag
serializer_class = TagSerializer