B
Size: a a a
B
l
l
N
N
b
h
AV
h
DT
Д
EC
DT
DT
EC
DT
DT
EC
Message.objects.annotate(last_one=Max('created')).filter(created=F('last_one'), rooms__in=chatrooms).order_by('-created')
EC
Message.objects.annotate(last_one=Max('created')).filter(created=F('last_one'), rooms__in=chatrooms).order_by('-created')
EC