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.
Replaced "not PY3" by "PY2", new in six 1.4.0.
by
Shawn the Jaguar 2013-09-02 10:06:32 UTC
commit 365c3e8b73eab825a8ecd0cf8046e1a0824ccd45
Django
django/contrib/auth/management/__init__.py
+1
-1
django/contrib/auth/tests/test_basic.py
+2
-2
django/core/mail/message.py
+1
-1
django/db/backends/mysql/base.py
+1
-1
django/db/backends/oracle/base.py
+3
-3
django/db/backends/sqlite3/base.py
+1
-1
django/db/models/base.py
+2
-2
django/http/cookie.py
+1
-1
django/template/loaders/app_directories.py
+2
-2
django/template/loaders/eggs.py
+1
-1
django/utils/_os.py
+3
-3
django/utils/encoding.py
+1
-1
django/utils/feedgenerator.py
+2
-2
django/utils/functional.py
+1
-1
django/utils/http.py
+2
-2
django/utils/text.py
+1
-1
docs/topics/python3.txt
+6
-4
tests/base/models.py
+1
-1
tests/basic/tests.py
+1
-1
tests/defaultfilters/tests.py
+1
-1
tests/httpwrappers/tests.py
+7
-7
tests/i18n/tests.py
+1
-1
tests/signing/tests.py
+2
-2
tests/test_utils/doctest_output.py
+1
-1
tests/utils_tests/test_datastructures.py
+1
-1
tests/utils_tests/test_http.py
+2
-2
tests/utils_tests/test_simplelazyobject.py
+1
-1
expand_less