We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4782678 + 57e0187 commit e2fdfbbCopy full SHA for e2fdfbb
gitlab/mixins.py
@@ -965,7 +965,7 @@ def all(self, **kwargs: Any) -> List[base.RESTObject]:
965
966
warnings.warn(
967
"The all() method for this object is deprecated "
968
- "and will be removed in a future version.",
+ "and will be removed in a future version. Use .members_all.list(all=True), instead.",
969
DeprecationWarning,
970
)
971
path = "%s/all" % self.path
0 commit comments