dfs
This commit is contained in:
parent
f438e92495
commit
7a5877e1fa
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ def notifications(v):
|
|||
|
||||
|
||||
|
||||
#@cache.memoize(timeout=86400)
|
||||
@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