Opened 6 years ago
Closed 6 years ago
#29585 closed New feature (duplicate)
Handling FormSets in Class Based Views
Reported by: | Sylvain Le Bon | Owned by: | nobody |
---|---|---|---|
Component: | Generic views | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Currently CreateView and UpdateView don't handle Formsets added to the main Form.
I was wondering if there was any reason behind that.
If I added the feature, is there a chance it would be integrated in Django?
I could write a proposition if so.
Note:
See TracTickets
for help on using tickets.
Duplicate of #16256.