rabbagliettiandrea / dj-nested-inlines

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

Fieldset configurations lost #22

Closed rastermanden closed 9 years ago

rastermanden commented 9 years ago

My nested inlines works great wit this module. However, all my fieldsets in my NestedModelAdmin are lost. I have a lot of fields grouped together on the same line with description, classes etc.

Am I doing something wrong or is using the defined fieldsets not supported in nested inlines?

rastermanden commented 9 years ago

This not an issue. I failed to make proper configuration of the NestedInline.