This commit is contained in:
Aevann1 2021-10-25 04:44:54 +02:00
parent fa32e320ac
commit 2445fc7ad6
8 changed files with 27 additions and 11 deletions

View file

@ -235,6 +235,11 @@ class User(Base):
return [x[0] for x in posts]
@property
@lazy
def bio_html_eager(self):
return self.bio_html.replace('data-src', 'src')
@property
@lazy
def fullname(self):