1
0
mirror of https://github.com/django/django.git synced 2025-10-26 23:26:08 +00:00

[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
This commit is contained in:
Honza Král
2009-07-05 13:26:57 +00:00
parent 8424c8ae6c
commit 63f244f144
3 changed files with 39 additions and 3 deletions

View File

@@ -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,