summaryrefslogtreecommitdiff
path: root/gitlab/objects.py
diff options
context:
space:
mode:
authorGreg Allen <GregoryEAllen@users.noreply.github.com>2016-11-09 16:58:04 -0600
committerGitHub <noreply@github.com>2016-11-09 16:58:04 -0600
commitf290b2b6e413604bc1b966266ab87f301cd0e32b (patch)
tree85b907787755f8462399dfe2d8bdc90be5212e06 /gitlab/objects.py
parent14e7ccd10f04b2aa5b986580bca52f9361af4858 (diff)
parenta25fef5076286543a522b907c51f2c9060262867 (diff)
downloadgitlab-f290b2b6e413604bc1b966266ab87f301cd0e32b.tar.gz
Merge pull request #2 from GregoryEAllen/GregoryEAllen-patch-2
Add attr 'updated_at' to ProjectIssue
Diffstat (limited to 'gitlab/objects.py')
-rw-r--r--gitlab/objects.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/objects.py b/gitlab/objects.py
index 2391439..b88934e 100644
--- a/gitlab/objects.py
+++ b/gitlab/objects.py
@@ -1395,7 +1395,7 @@ class ProjectIssue(GitlabObject):
'labels', 'created_at']
optionalUpdateAttrs = ['title', 'description', 'assignee_id',
'milestone_id', 'labels', 'created_at',
- 'state_event']
+ 'updated_at', 'state_event']
shortPrintAttr = 'title'
managers = (
('notes', ProjectIssueNoteManager,