Django converts parent class / model to child class / model

Is there a way to convert the parent object to one of its child objects so that the object retains the same old information (including the old key). I have implemented specific inheritance. Thank.

+3


source to share





All Articles