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.
Removed unneeded force_text calls in the test suite
by
Nick the Sea Slug 2017-01-24 11:22:42 UTC
commit 2366100872ec17dde06abc63c1ad74dcf746b134
Django
tests/admin_filters/tests.py
+35
-34
tests/admin_scripts/tests.py
+4
-1
tests/auth_tests/test_deprecated_views.py
+2
-1
tests/auth_tests/test_forms.py
+13
-12
tests/auth_tests/test_templates.py
+2
-2
tests/auth_tests/test_views.py
+1
-1
tests/cache/tests.py
+3
-2
tests/check_framework/tests.py
+8
-7
tests/contenttypes_tests/tests.py
+5
-2
tests/csrf_tests/test_context_processor.py
+3
-2
tests/fixtures/tests.py
+2
-1
tests/forms_tests/tests/test_forms.py
+4
-3
tests/forms_tests/tests/test_formsets.py
+2
-1
tests/forms_tests/tests/test_media.py
+2
-1
tests/forms_tests/tests/test_utils.py
+3
-2
tests/i18n/test_compilation.py
+6
-5
tests/i18n/test_extraction.py
+19
-17
tests/i18n/test_percents.py
+2
-1
tests/inspectdb/tests.py
+2
-1
tests/managers_regress/models.py
+3
-2
tests/managers_regress/tests.py
+2
-1
tests/migrations/test_commands.py
+2
-1
tests/migrations/test_graph.py
+3
-2
tests/prefetch_related/tests.py
+2
-1
tests/sessions_tests/tests.py
+2
-1
tests/staticfiles_tests/cases.py
+2
-1
tests/staticfiles_tests/test_management.py
+16
-15
tests/staticfiles_tests/test_storage.py
+2
-1
tests/template_tests/filter_tests/test_slugify.py
+2
-1
tests/utils_tests/test_encoding.py
+1
-1
tests/utils_tests/test_html.py
+4
-3
tests/view_tests/tests/test_debug.py
+6
-6
expand_less