mirror of
https://github.com/ansible/awx.git
synced 2026-08-02 19:10:00 -02:30
AC-132. Updates/fixes to get tests to pass.
This commit is contained in:
@@ -876,7 +876,7 @@ class ProjectUpdate(PrimordialModel):
|
||||
)
|
||||
|
||||
def __unicode__(self):
|
||||
return u'%s-%s-%s' % (self.name, self.id, self.status)
|
||||
return u'%s-%s-%s' % (self.created, self.id, self.status)
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
# Get status before save...
|
||||
|
||||
Reference in New Issue
Block a user