From 63f244f14413e0981c76dda8bf6f76e7b9df3d2a Mon Sep 17 00:00:00 2001 From: Honza Král Date: Sun, 5 Jul 2009 13:26:57 +0000 Subject: [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 --- tests/regressiontests/forms/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/regressiontests/forms/tests.py') 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, -- cgit v1.3