Opened 16 years ago
Closed 13 years ago
#11006 closed New feature (duplicate)
Cannot set initial data with inline model formset
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Forms | Version: | 1.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It should be possible to set initial data for non-instance related forms in an inline model formset, and it's presently not supported with the initial= kwarg. This should be supported to mimic the other form/formset factory functions.
Change History (4)
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
comment:3 by , 13 years ago
Severity: | → Normal |
---|---|
Type: | → New feature |
comment:4 by , 13 years ago
Easy pickings: | unset |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Summary: | Cannot set intiial data with inline model formset → Cannot set initial data with inline model formset |
UI/UX: | unset |
A patch is awaiting review for this feature in ticket:14574.
Note:
See TracTickets
for help on using tickets.
Looks like a duplicate of http://code.djangoproject.com/ticket/12213