myqueryset = Content.objects.filter(random 100)
Content.objects.all().order_by('?')[:100]
请参阅order_by docs。还要注意,这种方法的伸缩性不好(实际上,伸缩性非常好)。