django-rest-polymorphic
django-rest-polymorphic copied to clipboard
How to modify the inheritance.
I am using django-rest-polymorphic and so far it worked fine, but I don't know how to convert an object from one type to another, that is, modify the inheritance. I thought that updating the value of the resourcetype would solve the problem but it is not true. Do you have any idea how to get this?