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 1fd70be + e2fdfbb commit 0698abfCopy full SHA for 0698abf
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