django-bootstrap3-datetimepicker icon indicating copy to clipboard operation
django-bootstrap3-datetimepicker copied to clipboard

TypeError: render() got an unexpected keyword argument 'renderer'

Open Quit3Simpl3 opened this issue 4 years ago • 0 comments

Support for Widget.render() without the renderer argument was removed from Django. Needed to change to: "def render(self, name, value, attrs=None, renderer=None):" (line 107, file widgets.py)

Quit3Simpl3 avatar Feb 15 '21 09:02 Quit3Simpl3