Ver originalfrom random import sample...pp = list(Posts.objects.order_by('-votos_positivos')[:7])posts_populares = sample(pp, 3)