Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch.

This commit is contained in:
Alex Gaynor 2012-09-07 14:37:21 -04:00
parent e4ea536774
commit 6a5a12ea3e
3 changed files with 9 additions and 13 deletions

View file

@ -310,6 +310,10 @@ commonly used groups of widgets:
A callable that takes the value of the CheckBoxInput and returns
``True`` if the checkbox should be checked for that value.
.. versionchanged:: 1.5
Exceptions from ``check_test`` used to be silenced by its caller,
this is no longer the case, they will propagate upwards.
``Select``
~~~~~~~~~~