Django Qeryset obtenga todo distinto
q = XXXModels.objects.values('{filed}').distinct()
Real Raven
q = XXXModels.objects.values('{filed}').distinct()