can't use self as a name

This commit is contained in:
Mouse Reeve
2020-05-03 13:12:42 -07:00
parent 60201ee5bf
commit 20264bc3f5
6 changed files with 11 additions and 11 deletions

View File

@ -18,7 +18,7 @@ class Connector(FedireadsModel):
identifier = models.CharField(max_length=255, unique=True)
priority = models.IntegerField(default=2)
name = models.CharField(max_length=255, null=True)
self = models.BooleanField(default=False)
local = models.BooleanField(default=False)
connector_file = models.CharField(
max_length=255,
choices=ConnectorFiles.choices