Opened 4 years ago
Closed 4 years ago
#33059 closed New feature (duplicate)
Form + Formset(s) Class Based View
Description ¶
Similar to Django ModelAdmin + Inline(s) , we can add FormFromset Class based view to the generic ones.
Currently if one wants to have a Form + Formset(s) in a view they have to do a lot of working around CBV or settle for function view.
Note:
See TracTickets
for help on using tickets.
Duplicate of #16256.