Make federated server blankable
This commit is contained in:
parent
6661cd3fa6
commit
c9354a5ad1
2 changed files with 20 additions and 0 deletions
|
@ -24,6 +24,7 @@ class User(OrderedCollectionPageMixin, AbstractUser):
|
|||
'FederatedServer',
|
||||
on_delete=models.PROTECT,
|
||||
null=True,
|
||||
blank=True,
|
||||
)
|
||||
outbox = models.CharField(max_length=255, unique=True)
|
||||
summary = models.TextField(blank=True, null=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue