Request Method: GET
Request URL: http://localhost:8000/userprofile/1/
Django Version: 2.2.6
Exception Type: TypeError
Exception Value:
render() got an unexpected keyword argument 'renderer'
Exception Location: /usr/local/lib/python3.8/site-
packages/django/forms/boundfield.py in as_widget, line 89
Python Executable: /usr/local/bin/python
Python Version: 3.8.0
--
Ticket URL: <https://code.djangoproject.com/ticket/30905>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
Support for `Widget.render()` without the `renderer` argument was removed
in 2bd207ada0367debe8c8e298203435d5c88c14bd. You are probably using a
custom widget that doesn't accept this argument.
--
Ticket URL: <https://code.djangoproject.com/ticket/30905#comment:1>