fddf
This commit is contained in:
parent
f92edebc96
commit
1d44292f64
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ def notifications(v):
|
|||
render_replies=True,
|
||||
is_notification_page=True)
|
||||
|
||||
@cache.memoize(timeout=86400)
|
||||
def frontlist(v=None, sort="hot", page=1, t="all", ids_only=True, filter_words='', **kwargs):
|
||||
|
||||
posts = g.db.query(Submission).options(lazyload('*'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue