ctype = ContentType.objects.get(model='user') related_to_user = Room.objects.filter(content_type=ctype)