This example is given in the validators section of the book:

requires = [IS_INT_IN_RANGE(0, 8), IS_IN_SET([2, 3, 5, 7], 
 error_message='must be prime and less than 10')]

It does not seem to work.  If I attempt to combine  IS_IN_SET  with any 
other validator,  the dropdown list doesn't work.

Reply via email to