Shuffle commits around to fix audit log ordering

This commit is contained in:
richard-dds
2018-09-25 11:20:50 -04:00
parent 0aeca336b7
commit 141cbedff5
3 changed files with 5 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ class Project(Base, mixins.TimestampsMixin, mixins.AuditableMixin):
workspace = relationship("Workspace")
environments = relationship("Environment", back_populates="project")
@property
def displayname(self):
return self.name