Opened 17 years ago
Closed 17 years ago
#7024 closed (duplicate)
ModelForm initial value is handled wrong
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)
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 :)