Merge pull request #3172 from AlanCoding/3118_role_read

Drop in visible_roles to RoleAccess can_read
This commit is contained in:
Alan Rominger
2016-08-01 15:40:21 -04:00
committed by GitHub
2 changed files with 2 additions and 9 deletions

View File

@@ -3631,7 +3631,6 @@ class RoleDetail(RetrieveAPIView):
model = Role
serializer_class = RoleSerializer
permission_classes = (IsAuthenticated,)
new_in_300 = True