Activity parent nullable

This commit is contained in:
Qwann 2017-07-25 14:07:20 +02:00
parent cab370421b
commit c709583e06

View file

@ -167,6 +167,7 @@ class Activity(AbstractActivityTemplate):
ActivityTemplate, ActivityTemplate,
related_name="children", related_name="children",
blank=True, blank=True,
null=True,
) )
staff = models.ManyToManyField( staff = models.ManyToManyField(
User, User,