Django Qeryset obtenga todo distinto

q = XXXModels.objects.values('{filed}').distinct()
Real Raven