コード例 #1
0
ファイル: libforum.py プロジェクト: juliettef/enkiWS
def fetch_EnkiThread_by_forum( forum ):
	list = EnkiModelThread.query( EnkiModelThread.forum == forum ).order( -EnkiModelThread.time_created ).fetch()
	return list
コード例 #2
0
def fetch_EnkiThread_by_forum(forum):
    list = EnkiModelThread.query(EnkiModelThread.forum == forum).order(
        -EnkiModelThread.time_created).fetch()
    return list