modèles django distincts
q = XXXModels.objects.values('{filed}').distinct()
Real Raven
q = XXXModels.objects.values('{filed}').distinct()