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 #231: all fields that should take max_length now do. Thanks, Don Spaulding.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
by
Kristine the Pool Frog 2007-09-19 23:33:57 UTC
commit 980fa8b827485616c597a39ec975735c412fd59d
Django
VCC
CVE-2014-0474
AUTHORS
-1
django/db/backends/ado_mssql/creation.py
+3
-3
django/db/backends/mysql/creation.py
+3
-3
django/db/backends/mysql_old/creation.py
+3
-3
django/db/backends/oracle/creation.py
+4
-4
django/db/backends/postgresql/creation.py
+3
-3
django/db/backends/sqlite3/creation.py
+3
-3
django/db/models/fields/__init__.py
+2
-3
django/oldforms/__init__.py
+3
-3
docs/model-api.txt
-18
tests/regressiontests/max_lengths/__init__.py
-1
tests/regressiontests/max_lengths/models.py
-13
tests/regressiontests/max_lengths/tests.py
-36
expand_less