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

Commit468246c

Browse files
author
Gauvain Pocentek
committed
Make GroupProjectManager a subclass of ProjectManager
Fixes#255
1 parent5afeeb7 commit468246c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎gitlab/objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2695,7 +2695,7 @@ def __init__(self, *args, **kwargs):
26952695
Project.__init__(self,*args,**kwargs)
26962696

26972697

2698-
classGroupProjectManager(BaseManager):
2698+
classGroupProjectManager(ProjectManager):
26992699
obj_cls=GroupProject
27002700

27012701

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp