标签: django polymorphism serializer
我想使用json序列化程序将许多类(https://django-polymorphic.readthedocs.io/en/stable/)序列化为具有ManyToMany,OneToMany,外键关系的字段。 我尝试使用serializers.serialize(“ json”,model.objects.all()),但这不占用ManyToMany和遗产。 还有其他解决方案吗?