Skip to content

Commit

Permalink
Merge pull request #2 from GregoryEAllen/GregoryEAllen-patch-2
Browse files Browse the repository at this point in the history
Add attr 'updated_at' to ProjectIssue
  • Loading branch information
GregoryEAllen committed Nov 9, 2016
2 parents 14e7ccd + a25fef5 commit f290b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/objects.py
Expand Up @@ -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,
Expand Down

0 comments on commit f290b2b

Please sign in to comment.