Skip to content

Commit

Permalink
Use NoUpdateMixin for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Gambirazzi authored and Kris Gambirazzi committed Mar 27, 2019
1 parent 3680545 commit 8e55a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/v4/objects.py
Expand Up @@ -1997,7 +1997,7 @@ class ProjectRelease(RESTObject):
_id_attr = 'tag_name'


class ProjectReleaseManager(CRUDMixin, RESTManager):
class ProjectReleaseManager(NoUpdateMixin, RESTManager):
_path = '/projects/%(project_id)s/releases'
_obj_cls = ProjectRelease
_from_parent_attrs = {'project_id': 'id'}
Expand Down

0 comments on commit 8e55a3c

Please sign in to comment.