Exemplo n.º 1
0
def fetch_EnkiThread_by_forum( forum ):
	list = EnkiModelThread.query( EnkiModelThread.forum == forum ).order( -EnkiModelThread.time_created ).fetch()
	return list
Exemplo n.º 2
0
def fetch_EnkiThread_by_forum(forum):
    list = EnkiModelThread.query(EnkiModelThread.forum == forum).order(
        -EnkiModelThread.time_created).fetch()
    return list