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.
Deprecated SortedDict (replaced with collections.OrderedDict)
Thanks Loic Bistuer for the review.
by
Marian the Mole 2013-08-03 05:41:15 UTC
commit 07876cf02b6db453ca0397c29c225668872fa96d
Django
VCC
CVE-2016-2513
django/contrib/admin/options.py
+4
-4
django/contrib/admin/views/main.py
+3
-3
django/contrib/auth/forms.py
+2
-3
django/contrib/auth/hashers.py
+8
-8
django/contrib/formtools/wizard/views.py
+9
-11
django/contrib/staticfiles/finders.py
+4
-5
django/contrib/staticfiles/management/commands/collectstatic.py
+2
-2
django/contrib/staticfiles/storage.py
+3
-3
django/core/management/commands/dumpdata.py
+4
-5
django/core/management/commands/inspectdb.py
+3
-3
django/core/management/commands/syncdb.py
+2
-2
django/db/models/deletion.py
+2
-2
django/db/models/loading.py
+6
-15
django/db/models/options.py
+5
-5
django/db/models/sql/query.py
+10
-10
django/forms/forms.py
+2
-2
django/forms/models.py
+4
-4
django/middleware/locale.py
+2
-3
django/utils/datastructures.py
+1
-5
django/utils/translation/trans_real.py
+4
-4
docs/internals/deprecation.txt
-3
docs/ref/models/querysets.txt
+4
-3
docs/ref/utils.txt
-4
docs/releases/1.7.txt
-7
tests/extra_regress/tests.py
+19
-19
tests/queries/tests.py
+4
-4
expand_less