rabbagliettiandrea / dj-nested-inlines

Adds nested inline support in Django admin
38 stars 34 forks source link

Generic relations : no support? #16

Open nephthys opened 9 years ago

nephthys commented 9 years ago

Hi,

I try to use this module but I get an error "(admin.E202) 'datas.Contact' has no ForeignKey to 'datas.Data". My main model is Data and the first inline is Contact (with generic relationship and not one to one relationship). This is normal or not?

Thanks.