fds
This commit is contained in:
parent
ebe0117548
commit
02358f28cc
2 changed files with 9 additions and 11 deletions
|
@ -187,11 +187,6 @@ class User(Base):
|
|||
def csslazy(self):
|
||||
return self.css
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def notifications(self):
|
||||
return g.db.query(Notification).filter_by(user_id=self.id)
|
||||
|
||||
@property
|
||||
@lazy
|
||||
def created_date(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue