Skip to content

Commit

Permalink
[#3028] Remove a TODO
Browse files Browse the repository at this point in the history
followee_list() doesn't need any auth, anyone can see anyone's followee
list.
  • Loading branch information
Sean Hammond committed Jan 18, 2013
1 parent 84eae23 commit f7408d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/logic/action/get.py
Expand Up @@ -2422,8 +2422,6 @@ def followee_list(context, data_dict):
if errors:
raise ValidationError(errors)

# TODO: Authorization.

def display_name(followee):
'''Return a display name for the given user, group or dataset dict.'''
display_name = followee.get('display_name')
Expand Down

0 comments on commit f7408d8

Please sign in to comment.