mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
doc: todo comments
This commit is contained in:
parent
668c6c2d2d
commit
3b0b88620a
@ -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…
Reference in New Issue
Block a user