Changes between Initial Version and Version 4 of Ticket #7244
- Timestamp:
- Jun 16, 2008, 11:01:32 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7244
- Property Owner changed from to
-
Ticket #7244 – Description
initial v4 1 There is a bug in the ModelChoicesField and ModelMultipleChoicesField from django.newforms.models, which passed Select or MultipleSelect as default widget to the parent __init__if not specified. This breaks the ability to set the widget class attribute in derived classes. I wrote a patch, that fixes this.1 There is a bug in the ModelChoicesField and ModelMultipleChoicesField from django.newforms.models, which passed Select or MultipleSelect as default widget to the parent {{{__init__}}} if not specified. This breaks the ability to set the widget class attribute in derived classes. I wrote a patch, that fixes this.