gfd
This commit is contained in:
parent
fa32e320ac
commit
2445fc7ad6
8 changed files with 27 additions and 11 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue