#30768: django.forms.boundfield.as_widget method hasn't been updated, and 
causes an
exception when used!
-------------------------------------+-------------------------------------
               Reporter:             |          Owner:  nobody
  chefables-mark                     |
                   Type:  Bug        |         Status:  new
              Component:  Forms      |        Version:  2.2
               Severity:  Normal     |       Keywords:  boundfiled renderer
           Triage Stage:             |      Has patch:  1
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 /django/forms/boundfield.py;90-95 calls widget.render() with
 'rederer=self.form.renderer' on line 94

 the renderer argument was removed in 2.1;
 <https://docs.djangoproject.com/en/2.1/releases/2.1/#features-removed-
 in-2-1>

 This should be very easy to fix; it looks like this method wasn't updated
 when the renderer argument was removed.

 I commented out line 94 locally and it fixes the problem.

 I just installed 2.2.5 to verify that this still existed, I also did a
 search of existing tickets, but couldn't find this reported yet.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30768>
Django <https://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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/057.70bf9d37540510d60b8e032c67e1a55f%40djangoproject.com.

Reply via email to