Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…tongibson#923) * Add `renderer` argument to render method. This ought to help against: > .../lib/python3.6/site-packages/django/forms/boundfield.py:36: > RemovedInDjango21Warning: Add the `renderer` argument to the render() method > of <class 'django_filters.widgets.BooleanWidget'>. It will be mandatory in > Django 2.1. The renderer argument was added in Django 1.11: https://docs.djangoproject.com/en/2.0/ref/forms/widgets/#django.forms.Widget.render * Add `renderer` parameter to `BaseCSVWidget.render()` This is then passed on to the super() call and also the render() call of the `surrogate`: it's a TextInput and hence a Widget as well. * Add renderer argument to LinkWidget
- Loading branch information