コード例 #1
0
ファイル: models.py プロジェクト: zhaoshiling1017/maple-bbs
 def read_count(self, value):
     return Count.topic_read_count(self.id, value)
コード例 #2
0
ファイル: models.py プロジェクト: honmaple/maple-bbs
 def read_count(self, value):
     return Count.topic_read_count(self.id, value)
コード例 #3
0
ファイル: models.py プロジェクト: zhaoshiling1017/maple-bbs
 def read_count(self):
     return Count.topic_read_count(self.id)
コード例 #4
0
ファイル: models.py プロジェクト: honmaple/maple-bbs
 def read_count(self):
     return Count.topic_read_count(self.id)