changeset 9770 | 112c884b2d8d |
parent 9444 | 6012cf57f48e |
parent 9701 | 46c8d8701240 |
child 9821 | 2077c8da1893 |
child 11065 | c7dbd10648e6 |
--- a/web/formfields.py Wed Apr 09 17:29:25 2014 +0200 +++ b/web/formfields.py Tue Jun 10 09:49:45 2014 +0200 @@ -382,7 +382,7 @@ called by widgets which requires a vocabulary. It should return a list of tuple (label, value), where value - *must be an unicode string*, not a typed value. + *must be a unicode string*, not a typed value. """ assert self.choices is not None if callable(self.choices):