summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-24 09:01:19 +0100
committerGauvain Pocentek <gauvain.pocentek@objectif-libre.com>2016-01-24 09:01:19 +0100
commit339d3295a53c5ba82780879d9881b6279d9001e9 (patch)
tree256020fe70699d7088a3397bb086863f5de24a82 /gitlab/objects.py
parentdb1fb89d70feee8ef45876ec8ac5f9ccf69457a5 (diff)
downloadgitlab-339d3295a53c5ba82780879d9881b6279d9001e9.tar.gz
ProjectTag supports deletion (gitlab 8.4.0)
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 70c1286..f23d12c 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -836,7 +836,6 @@ class ProjectTag(GitlabObject):
_url = '/projects/%(project_id)s/repository/tags'
idAttr = 'name'
canGet = 'from_list'
- canDelete = False
canUpdate = False
requiredUrlAttrs = ['project_id']
requiredCreateAttrs = ['tag_name', 'ref']