Minor formatting changes
This commit is contained in:
parent
e398acf45f
commit
20522cbd11
2 changed files with 7 additions and 4 deletions
|
@ -75,7 +75,10 @@ class UserRelationship(FedireadsModel):
|
|||
|
||||
class Meta:
|
||||
constraints = [
|
||||
models.UniqueConstraint(fields=['user_subject', 'user_object'], name='followers_unique')
|
||||
models.UniqueConstraint(
|
||||
fields=['user_subject', 'user_object'],
|
||||
name='followers_unique'
|
||||
)
|
||||
]
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue