I am working on a Django application which contains an Offer model. An Offer instance contains the pricing conditions and points to a product definiti
Offer
You can't do that in Django. Either use generic relations or a Django app that add this feature like django_polymorphic.