Foreign keys with ExtensiblePolymorphicModel are returned in the base type instead of the real type
e. g. if a foreign key to CalendarEvent
is set to an LessonEvent
and you fetch this foreign key, you get a CalendarEvent
instead of a LessonEvent
Edited by Jonathan Weth