Added docstring

This commit is contained in:
Tom Christie 2015-08-06 11:44:39 +01:00
parent 27ac5a3680
commit a6fefe78ff

View File

@ -1190,6 +1190,9 @@ class ChoiceField(Field):
return self.choice_strings_to_values.get(six.text_type(value), value)
def iter_options(self):
"""
Helper method for use with templates rendering select widgets.
"""
class StartOptionGroup(object):
start_option_group = True