django-better-filter-widget
django-better-filter-widget copied to clipboard
A better filter widget for foreign key relationships
Updated the render choices parameter to renderer as per the base class "Widget", otherwise "**AttributeError**: 'tuple' object has no attribute 'render'" is raised. In the [Django documentation](https://docs.djangoproject.com/en/1.11/ref/forms/widgets/#django.forms.Widget.render) is stated that...
Hello. I've got the following error trying to include the widget in a regular form, outside the admin app: ``` output = super(BetterFilterWidget, self).render(name, value, attrs, choices) TypeError: render() takes...
These simple updates make the plugin compatible with Django 1.10.1.