diff options
| author | Alex Gaynor <alex.gaynor@rd.io> | 2012-09-07 14:37:21 -0400 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@rd.io> | 2012-09-07 14:37:21 -0400 |
| commit | 6a5a12ea3e3193b3658b9237b86d98bc37d668d7 (patch) | |
| tree | 15eddff4e8f7787f71759a0fc3c7c54bf6048c70 /docs/ref/forms | |
| parent | e4ea53677449cfc56a0093bfbd92cb482020bb1e (diff) | |
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to brutasse for the patch.
Diffstat (limited to 'docs/ref/forms')
| -rw-r--r-- | docs/ref/forms/widgets.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/forms/widgets.txt b/docs/ref/forms/widgets.txt index fb7657349a..eab314a4cd 100644 --- a/docs/ref/forms/widgets.txt +++ b/docs/ref/forms/widgets.txt @@ -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`` ~~~~~~~~~~ |
