#13231: Make render_option() on the Select class an instance method
---------------------+------------------------------------------------------
 Reporter:  bjourne  |       Owner:  nobody    
   Status:  new      |   Milestone:            
Component:  Forms    |     Version:  SVN       
 Keywords:           |       Stage:  Unreviewed
Has_patch:  0        |  
---------------------+------------------------------------------------------
 The Select widget has a method called render_options() which renders all
 the options on the widget. For each option, it calls the inner method
 render_option() to render the "<option blah>...</option>"-tag. If you are
 creating a custom Select widget and you only need to override how the
 option tags are rendered, it would be convenient if render_option() was an
 instance method so that you don't have to override the whole
 render_options() method.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13231>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to