Changes between Version 3 and Version 7 of Ticket #24347
- Timestamp:
- Feb 20, 2015, 5:31:40 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24347 – Description
v3 v7 1 1 'as_widget' has the parameter 'widget' which renders the field. However, this parameter is not used all the time during the 'as_widget' call. 2 2 3 The method 'data', which is (indirectly via 'value') called by 'as_widget' ALWAYS usedthe default widget of the field which leads to issues like formatting etc.3 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. 4 4 5 5 We recognized this issue when using 'show_hidden_initial=True' and widgets for datetime objects.