diff options
| author | Honza Král <honza.kral@gmail.com> | 2009-07-05 13:26:57 +0000 |
|---|---|---|
| committer | Honza Král <honza.kral@gmail.com> | 2009-07-05 13:26:57 +0000 |
| commit | 63f244f14413e0981c76dda8bf6f76e7b9df3d2a (patch) | |
| tree | 658bece75d870d28a333ae5f8e3f59f3a7b1ea73 /tests/regressiontests/forms/tests.py | |
| parent | 8424c8ae6cb817a978783ffed479c9959ef9c668 (diff) | |
[soc2009/model-validation] Make sure that all validators in the same group (simple/complex) get run even if they all fail and we get all their messages.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11185 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/forms/tests.py')
| -rw-r--r-- | tests/regressiontests/forms/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/forms/tests.py b/tests/regressiontests/forms/tests.py index c6881daff4..ef7326735d 100644 --- a/tests/regressiontests/forms/tests.py +++ b/tests/regressiontests/forms/tests.py @@ -32,6 +32,7 @@ from formsets import tests as formset_tests from media import media_tests from fields import TestFields +from validators import TestFormWithValidators, TestFieldWithValidators __test__ = { 'extra_tests': extra_tests, |
