[Django]-Nested fieldsets in django admin page

3👍

If I understand this Django ticket correctly, nested fieldsets are not supported. Although the ticket is 4 years old, it was updated 9 months ago, plus there is no reference to nested fieldsets in the Django documentation.

Having said that, the ticket includes a patch to implement that functionality. Have you tried using it?

Leave a comment