Skip to content

Commit

Permalink
add list method
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Sep 11, 2017
1 parent 4b36786 commit b537b30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gitlab/v4/objects.py
Expand Up @@ -1035,8 +1035,7 @@ def set_release_description(self, description, **kwargs):
self.release = server_data


class ProjectTagManager(GetMixin, CreateMixin, DeleteMixin,
RESTManager):
class ProjectTagManager(NoUpdateMixin, RESTManager):
_path = '/projects/%(project_id)s/repository/tags'
_obj_cls = ProjectTag
_from_parent_attrs = {'project_id': 'id'}
Expand Down

0 comments on commit b537b30

Please sign in to comment.