django-unfold icon indicating copy to clipboard operation
django-unfold copied to clipboard

Add support for django-nested-admin

Open cinarizasyon opened this issue 8 months ago • 5 comments

Hello,

When using django-nested-admin's nested inlines, unfoldadmin does not show inputs/forms correctly.

image

Is there any plan to fix these issues? I think it deserves to be supported as well as django-guardian and django-simple-history because django-nested-admin is a popular extension for django-admin.

cinarizasyon avatar Oct 31 '23 20:10 cinarizasyon

@cinarizasyon are you extending the admin classes with the relevant UnfoldAdmin models?

mcosti avatar Nov 02 '23 10:11 mcosti

@mcosti yeah, my admin classes seem like:

class BusinessAdmin(ExtraButtonsMixin, CustomModelAdmin, NestedModelAdmin):
   ....

cinarizasyon avatar Nov 02 '23 16:11 cinarizasyon

This requires custom styling and integration.

lukasvinclav avatar Nov 02 '23 16:11 lukasvinclav

Just wanted to add a +1 here for this package. The apps I run that could most use unfold all depend on django-nested-admin for some data entry. It would be great to see the package supported, or another solution for nested inlines.

dwasyl avatar Jan 28 '24 07:01 dwasyl

Will django-nested-inline support be added in near future? Or are there any workarounds?

RovshenTagangylyjov avatar Mar 26 '24 09:03 RovshenTagangylyjov