Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8e55a3c

Browse files
Kris GambirazziKris Gambirazzi
Kris Gambirazzi
authored and
Kris Gambirazzi
committed
Use NoUpdateMixin for now
1 parent3680545 commit8e55a3c

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-
classProjectReleaseManager(CRUDMixin,RESTManager):
2000+
classProjectReleaseManager(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)

[8]ページ先頭

©2009-2025 Movatter.jp