id,summary,reporter,owner,description,type,status,component,version,severity,resolution,keywords,cc,stage,has_patch,needs_docs,needs_tests,needs_better_patch,easy,ui_ux 24347,parameter 'widget' of BoundField.as_widget is ignored,Sven R. Kunze,nobody,"'as_widget' has the parameter 'widget' which renders the field. However, this parameter is not used all the time during the 'as_widget' call. The method 'data', which is (indirectly via 'value') called by 'as_widget', ALWAYS uses the default widget of the field which leads to issues like formatting etc. We recognized this issue when using 'show_hidden_initial=True' and widgets for datetime objects. The problem can also be observed when using BoundField.as_hidden as it uses 'as_widget' as well. cf. as_widget: https://github.com/django/django/blob/1.8a1/django/forms/forms.py#L566 data: https://github.com/django/django/blob/1.8a1/django/forms/forms.py#L609 as_hidden: https://github.com/django/django/blob/1.8a1/django/forms/forms.py#L602 Versions: 1.4, 1.5, 1.6, 1.7, 1.8, master",Bug,closed,Forms,dev,Normal,wontfix,"BoundField, as_widget, hidden, initial, hidden_initial",,Accepted,1,1,0,1,0,1