Only show approved links

This commit is contained in:
Mouse Reeve
2022-01-09 20:30:23 -08:00
parent 70fe7e17af
commit aa9864a21e
6 changed files with 44 additions and 35 deletions

View File

@ -82,7 +82,7 @@ class Migration(migrations.Migration):
models.ForeignKey(
blank=True,
null=True,
on_delete=django.db.models.deletion.PROTECT,
on_delete=django.db.models.deletion.CASCADE,
to="bookwyrm.linkdomain",
),
),