doc: todo comments
This commit is contained in:
parent
668c6c2d2d
commit
3b0b88620a
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ class ProjectMember(ProjectBaseModel):
|
||||||
"""Return members of the project"""
|
"""Return members of the project"""
|
||||||
return f"{self.member.email} <{self.project.name}>"
|
return f"{self.member.email} <{self.project.name}>"
|
||||||
|
|
||||||
|
# TODO: Remove workspace relation later
|
||||||
class ProjectIdentifier(AuditModel):
|
class ProjectIdentifier(AuditModel):
|
||||||
|
|
||||||
workspace = models.ForeignKey(
|
workspace = models.ForeignKey(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue