Can you have reverse relations to abstract polymorphic base classes? #794
-
|
I have a This creates properties I understand why this is impossible with vanilla Django: I've told it that Is there a way to create this reverse relation on the abstract parent class? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@incidentist There is not a way to do what you are asking for because abstract models do not create database tables. You have two options
|
Beta Was this translation helpful? Give feedback.
@incidentist There is not a way to do what you are asking for because abstract models do not create database tables. You have two options