Codebase list neutron-fwaas-dashboard / 2d3cc79
Fixes Django 2.2 for TableSelectWidget Changes the signature of the custom TableSelectWidget to be compatible with Django 2.2. Change-Id: Ic77917fca514ef3686131a051cc2474ec9fcc8bd closes-bug: 1843701 mareklycka 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
205205
206206 return other_html
207207
208 def render(self, name, value, attrs=None, choices=None):
208 def render(self, name, value, attrs=None, choices=None, renderer=None):
209209 new_choices = []
210210 initial_value = value
211211