field=models.TextField(blank=True,help_text='Please select short and helpful extracts from the\narticle content. You should aim at around 500 characters. Use bracket ellipsis\n[…] to cut parts not required to understand the context.',null=True,verbose_name='Content extracts'),
),
migrations.AlterField(
model_name='article',
name='title',
field=models.CharField(default='',help_text="Please remove non-necessary parts such as newspapers'\nnames and leave only the article title.",max_length=255,verbose_name='Article title'),
),
migrations.AlterField(
model_name='article',
name='url',
field=models.URLField(help_text='The URL should not contain any marketing tags. We\nautomatically strip the most known tags.',verbose_name='URL'),