This commit is contained in:
Aevann1 2022-04-04 01:21:06 +02:00
parent ebe0117548
commit 02358f28cc
2 changed files with 9 additions and 11 deletions

View file

@ -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):