can't use self as a name
This commit is contained in:
parent
60201ee5bf
commit
20264bc3f5
6 changed files with 11 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue