feat(users): implement support for 'admins' in administrators 'list' · python-gitlab/python-gitlab@aaed51c

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Commit aaed51c

AdrianDCJohnVillalovos

authored and

committed

feat(users): implement support for 'admins' in administrators 'list'

Signed-off-by: Adrian DC <radian.dc@gmail.com>

1 parent 397cf39 commit aaed51c

File tree

1 file changed

+

1

-

0

lines changed

1 file changed

+

1

-

0

lines changed

Lines changed: 1 addition & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -410,6 +410,7 @@ class UserManager(CRUDMixin[User]):

410410

"custom_attributes",

411411

"status",

412412

"two_factor",

413+

"admins",

413414

)

414415

_create_attrs = RequiredOptional(

415416

optional=(

0 commit comments

Comments

 (0)