Only set creator when creating task
This commit is contained in:
parent
21e0c6d656
commit
242067e46c
3 changed files with 2 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ class Task(models.Model):
|
|||
null=True,
|
||||
related_name="todo_created_by",
|
||||
on_delete=models.CASCADE,
|
||||
editable=False,
|
||||
)
|
||||
assigned_to = models.ForeignKey(
|
||||
settings.AUTH_USER_MODEL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue