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 #19686 -- Added HTML5 number input type
Thanks Simon Charette for his help on the patch. Refs #16630.
by
Nick the Sea Slug 2013-02-23 08:45:56 UTC
commit 7ec2a21be15af5b2c7513482c3bcfdd1e12782ed
Django
django/forms/fields.py
+11
-34
django/forms/widgets.py
+1
-5
docs/ref/forms/fields.txt
+3
-6
docs/ref/forms/widgets.txt
-13
docs/releases/1.6.txt
+4
-9
docs/topics/forms/formsets.txt
+3
-3
tests/modeltests/model_forms/tests.py
+2
-2
tests/modeltests/model_formsets/tests.py
+8
-9
tests/regressiontests/forms/tests/fields.py
+1
-32
tests/regressiontests/forms/tests/forms.py
+3
-3
tests/regressiontests/forms/tests/formsets.py
+31
-31
tests/regressiontests/i18n/tests.py
-1
expand_less