summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2018-05-28 07:34:03 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2018-05-28 07:34:03 +0200
commitce7911a858c17c1cf1363daca2c650d66c66dd4b (patch)
tree508635841be7b529aa7b69393fa597ef12fb8555 /gitlab/v4/objects.py
parentc19ad90b488edabc47e3a5a5d477a3007eecaa69 (diff)
downloadgitlab-ce7911a858c17c1cf1363daca2c650d66c66dd4b.tar.gz
Deployment: add list filters
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r--gitlab/v4/objects.py1
1 files changed, 1 insertions, 0 deletions
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):