[Django]-How to filter generic foreign keys?

0👍

Have you taken a look at the docs? the information seems pretty helpful to me. This might be useful as the way i see it with my (little) experience this could potentially require a couple of calls to get the job done. Hope it works

https://docs.djangoproject.com/en/dev/ref/contrib/contenttypes/#reverse-generic-relations

Leave a comment