field=models.ForeignKey(blank=True,help_text='Warning: This field is out of service and will be removed in the future.',null=True,on_delete=django.db.models.deletion.CASCADE,to='commentaries.Commentary'),
),
migrations.AlterField(
model_name='comment',
name='content_type',
field=models.ForeignKey(help_text='Warning: Rather use/edit `content_object` instead or be 100% sure you know what you are doing!',on_delete=django.db.models.deletion.CASCADE,to='contenttypes.ContentType'),
),
migrations.AlterField(
model_name='comment',
name='in_reply_to_comment',
field=models.ForeignKey(blank=True,help_text='Warning: This field is out of service and will be removed in the future.',null=True,on_delete=django.db.models.deletion.CASCADE,related_name='nested_comments_old',to='comments.Comment'),
),
migrations.AlterField(
model_name='comment',
name='in_reply_to_report',
field=models.ForeignKey(blank=True,help_text='Warning: This field is out of service and will be removed in the future.',null=True,on_delete=django.db.models.deletion.CASCADE,to='submissions.Report'),
),
migrations.AlterField(
model_name='comment',
name='object_id',
field=models.PositiveIntegerField(help_text='Warning: Rather use/edit `content_object` instead or be 100% sure you know what you are doing!'),
),
migrations.AlterField(
model_name='comment',
name='submission',
field=models.ForeignKey(blank=True,help_text='Warning: This field is out of service and will be removed in the future.',null=True,on_delete=django.db.models.deletion.CASCADE,related_name='comments_old',to='submissions.Submission'),
),
migrations.AlterField(
model_name='comment',
name='thesislink',
field=models.ForeignKey(blank=True,help_text='Warning: This field is out of service and will be removed in the future.',null=True,on_delete=django.db.models.deletion.CASCADE,to='theses.ThesisLink'),