DT
client_url - https://dpaste.org/y0Dm
views - https://dpaste.org/jw9X
serializer - https://dpaste.org/d2oZ
Size: a a a
DT
l
DT
DT
DT
l
DT
А
DT
А
l
DT
qs.values('href').annotate(dcount=Count('href')).filter(dcount=1).values_list('href', flat=True)
что вернет ?l
qs.values('href').annotate(dcount=Count('href')).filter(dcount=1).values_list('href', flat=True)
что вернет ?l
DT
DT
qs.values('href').annotate(dcount=Count('href')).filter(dcount=1).values_list('href', flat=True)
вернет тебе список уникальных урловDT
DT
DT