Changes between Version 1 and Version 2 of Ticket #24347
- Timestamp:
- Feb 16, 2015, 8:21:02 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24347 – Description
v1 v2 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 called by 'as_widget' ALWAYS used the 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 used 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.