А
Size: a a a
А
А
А
А
А
А
A
A
object_list = VkPosts.objects.annotate(
headline=SearchHeadline(
'text',
query_res,
start_sel='<span>',
stop_sel='</span>',),)
A
Ꮆ
Ꮆ
RS
Ꮆ
DT
Ꮆ
RS
S
Y
I
@classmethod
def get_sections_for_game(cls, game):
game_sections = cls.objects.filter(
game=game
).prefetch_related('section').all()
return [game_section.section for game_section in game_sections]
vc