horizon/horizon/forms
Luigi Toscano 5b53b8c17d Pass renderer to SelectWidget.render()
Required for Django 1.11 compatibility. Apparently
DynamicSelectWidget.render() receives it (through kwargs) and
tries to pass the parameter to its parent's method, but then
it fails (leading to exceptions in the rendering).

Closes-Bug: #1707660
Change-Id: I25e294a1c2f721a2f57dd50acb4c5e408b6187f9
2017-07-31 16:50:17 +02:00
..
__init__.py hacking: Specify white list rules in noqa explicity 2017-05-24 03:03:41 +00:00
base.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00
fields.py Pass renderer to SelectWidget.render() 2017-07-31 16:50:17 +02:00
views.py Fix H405 (multi line docstring) warnings (horizon) 2017-06-09 16:04:57 +00:00