for t in data['tags']:
            tag = Tag.objects.get(name=t)
            self.instance.tags.add(tag)