コード例 #1
0
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_venues')
コード例 #2
0
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_people')
コード例 #3
0
def populate_checkins(debates, tournament):
    get_checkins(debates, tournament, None)
コード例 #4
0
ファイル: prefetch.py プロジェクト: czlee/tabbycat
def populate_checkins(debates, tournament):
    get_checkins(debates, tournament, None)
コード例 #5
0
ファイル: views.py プロジェクト: czlee/tabbycat
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_venues')
コード例 #6
0
ファイル: views.py プロジェクト: czlee/tabbycat
 def annotate_checkins(queryset, t):
     return get_checkins(queryset, t, 'checkin_window_people')