I\'ve been trying to display a GenericForeignKey in the Django admin but can\'t get it working. I have a FullCitation class that can be linked to eithe
GenericForeignKey
FullCitation
This is a module that renders GenericForeignKeys in the Django Admin:
https://github.com/lexich/genericrelationview
It just doesn't work with a no conflict jQuery setup (like the one from Django CMS).