The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Fixed #3457 -- Allow overridding of error messages for newforms Fields.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6625 bcc190cf-cafb-0310-a4f2-bffc1f526a37
by
Clifford the Dogfish 2007-10-28 05:40:26 UTC
commit 26ea06b0ab423348e40652dd9e3f530a08b93582
Django
VCC
CVE-2012-3443
django/newforms/fields.py
+48
-154
django/newforms/util.py
+3
-7
django/test/testcases.py
+1
-1
docs/newforms.txt
+3
-48
tests/regressiontests/forms/error_messages.py
-315
tests/regressiontests/forms/tests.py
-2
tests/regressiontests/forms/util.py
-7
expand_less