diff options
Diffstat (limited to 'gitlab/v4/objects.py')
-rw-r--r-- | gitlab/v4/objects.py | 1 |
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): |