Opened 17 years ago
Closed 17 years ago
#7024 closed (duplicate)
ModelForm initial value is handled wrong
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | initial | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
When add_view is called with some initial value (when request.GET isn't null); add_view is instancing ModelForm with initial=request.GET which is wrong since values of QueryDict are list.
Actually BaseForm is trying to find something like [u'value'] in DB.
I think it should be a dictionary instead. (see patch below)
Attachments (1)
Change History (2)
by , 17 years ago
Attachment: | newforms-admin.patch added |
---|
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #6938. Please search Trac before opening a new ticket. Thanks :)