dfs
This commit is contained in:
parent
95df0fcc12
commit
f45c501a8e
3 changed files with 3 additions and 28 deletions
|
@ -60,8 +60,6 @@ def searchposts(v):
|
|||
|
||||
posts = g.db.query(Submission).options(
|
||||
lazyload('*')
|
||||
).join(
|
||||
Submission.submission_aux,
|
||||
).join(
|
||||
Submission.author
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue