Top "Generic-foreign-key" questions

an abstraction used in Django to allow a foreign key relationship to be with any model.

django: how do I query based on GenericForeignKey's fields?

I'm new in using GenericForeignKey, and I couldn't make it to work in a query statement. The tables are roughly …

django generic-foreign-key
How to traverse a GenericForeignKey in Django?

I'm using Django v1.9.4 with PostgreSQL 9.2.14 behind. With the following models: from django.db import models from django.contrib.contenttypes.…

python django postgresql generic-foreign-key generic-relations
Django: Example of generic relations using the contenttypes framework?

I've pored over the Django docs regarding the contenttypes framework several times, and I simply don't understand it well enough …

python django django-models django-contenttypes generic-foreign-key