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 #3297 -- Implemented FileField and ImageField for newforms. Thanks to the many users that contributed to and tested this patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
by
Edward the Siberian Husky 2007-08-06 13:58:56 UTC
commit fbd1a6277e9cc04a953a242c45d216685afbf873
Django
VCC
CVE-2012-3443
django/db/models/fields/__init__.py
-27
django/db/models/fields/related.py
-3
django/newforms/extras/widgets.py
+1
-1
django/newforms/fields.py
+3
-52
django/newforms/forms.py
+6
-7
django/newforms/models.py
+2
-2
django/newforms/widgets.py
+6
-13
docs/newforms.txt
+2
-87
tests/regressiontests/forms/tests.py
+7
-74
expand_less