field=models.TextField(verbose_name='All email addresses or other unique user identities, such as nicknames or handles, used by you to contribute to the above (i.e. in the commit logs)'),
),
migrations.AlterField(
model_name='assignment',
name='attestation_of_copyright',
field=models.BooleanField(verbose_name='By checking the box below, I am confirming that I agree to be bound by the terms of the Copyright Assignment Agreement above.'),
field=models.TextField(help_text='List of URLs, one per line',validators=[validate_mutiple_urls],verbose_name='Code repositories containing contributions of yours whose copyright you are assigning'),