[Patchew-devel] [PATCH 2/3] change "maintainer" from property to many-to-many relation

Fam Zheng famz at redhat.com
Fri Mar 9 07:40:09 UTC 2018


On Thu, 03/08 10:39, Paolo Bonzini wrote:
> @@ -75,6 +75,7 @@ class Project(models.Model):
>                                         project belongs to. The parent must be a
>                                         top project which has
>                                         parent_project=NULL""")
> +    maintainers = models.ManyToManyField(User,blank=True)

If you haven't pushed, a whitespace, "User, blank=True" will look slightly
better. (Or, ack for you to push with or without making that change :)

Fam




More information about the Patchew-devel mailing list