render(name, value, attrs=None) [source]
Argument value is handled differently in this method from the subclasses of Widget because it has to figure out how to split a single value for display in multiple widgets.
The value argument used when rendering can be one of two things:
A list. A single value (e.g., a string) that is the “compressed” representation of a list of values.
If value is a list, the output of render() will be a concatenation of rendered child widgets. If value is not a li