Find object in child class from object in parent class in django

后端 未结 6 1755
春和景丽
春和景丽 2021-01-02 17:46

Let\'s say I have a parent class (ThingsThatMigrate) and two children (Coconut and Swallow). Now let\'s say I have a ThingsThatMigrate object. How can I determine if it is

6条回答
  •  北海茫月
    2021-01-02 18:17

    From the docs:

    If you have a Place that is also a Restaurant, you can get from the Place object to the Restaurant object by using the lower-case version of the model name...

提交回复
热议问题