From ce7911a858c17c1cf1363daca2c650d66c66dd4b Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Mon, 28 May 2018 07:34:03 +0200 Subject: Deployment: add list filters --- gitlab/v4/objects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py index df565af..6bf55ab 100644 --- a/gitlab/v4/objects.py +++ b/gitlab/v4/objects.py @@ -2525,6 +2525,7 @@ class ProjectDeploymentManager(RetrieveMixin, RESTManager): _path = '/projects/%(project_id)s/deployments' _obj_cls = ProjectDeployment _from_parent_attrs = {'project_id': 'id'} + _list_filters = ('order_by', 'sort') class ProjectProtectedBranch(ObjectDeleteMixin, RESTObject): -- cgit v1.2.1