8000 Use NoUpdateMixin for now · python-gitlab/python-gitlab@8e55a3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e55a3c

Browse files
Kris GambirazziKris Gambirazzi
authored andcommitted
Use NoUpdateMixin for now
1 parent 3680545 commit 8e55a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/v4/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1997,7 +1997,7 @@ class ProjectRelease(RESTObject):
19971997
_id_attr = 'tag_name'
19981998

19991999

2000-
class ProjectReleaseManager(CRUDMixin, RESTManager):
2000+
class ProjectReleaseManager(NoUpdateMixin, RESTManager):
20012001
_path = '/projects/%(project_id)s/releases'
20022002
_obj_cls = ProjectRelease
20032003
_from_parent_attrs = {'project_id': 'id'}

0 commit comments

Comments
 (0)
0