Re: second level nested inlines not showing in django-nested-inlines

2015-05-03 Thread H M
hi, did you solved the problem? On Wednesday, April 16, 2014 at 7:59:10 AM UTC+2, Andreas Bloch wrote: > > I'm trying to add a nested admin interface using > https://github.com/s-block/django-nested-inline *but the 2nd level is not > showing up in the admin*... > > I have a foreign key relations

Re: second level nested inlines not showing in django-nested-inlines

2014-06-16 Thread Hangloser Firestarter
Someone managed to solve this problem? I have this problem, too. The level 1 is OK, but level 2 not functionate! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to

second level nested inlines not showing in django-nested-inlines

2014-04-16 Thread Andreas Bloch
I'm trying to add a nested admin interface using https://github.com/s-block/django-nested-inline *but the 2nd level is not showing up in the admin*... I have a foreign key relationship between three models: ContractTemplate => ContractClause => ContractSubClauses (i.e. a template can have ma