Changes between Initial Version and Version 4 of Ticket #7244


Ignore:
Timestamp:
Jun 16, 2008, 11:01:32 AM (16 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7244

    • Property Owner changed from nobody to Adrian Holovaty
  • 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.
     1There 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.
Back to Top