How do I limit GenericForeignKey to concrete models based on an abstract model?
Suppose I have an abstract model which is used by concrete models that implement their own table.
Suppose I have an abstract model which is used by concrete models that implement their own table.