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.
Refs #24652 -- Used SimpleTestCase where appropriate.
by
Hunter the Chinook 2015-04-17 21:38:20 UTC
commit be67400b477c1b0e7e81766f41bbceed0de74bdc
Django
tests/absolute_url_overrides/tests.py
+2
-2
tests/admin_checks/tests.py
+2
-2
tests/admin_registration/tests.py
+3
-3
tests/admin_scripts/tests.py
+2
-4
tests/admin_views/tests.py
+2
-3
tests/admin_widgets/tests.py
+15
-15
tests/app_loading/tests.py
+3
-3
tests/apps/tests.py
+4
-4
tests/auth_tests/test_auth_backends.py
+2
-4
tests/auth_tests/test_context_processors.py
+2
-2
tests/auth_tests/test_forms.py
+2
-2
tests/auth_tests/test_management.py
+2
-4
tests/backends/tests.py
+4
-4
tests/basic/tests.py
+3
-4
tests/cache/tests.py
+11
-12
tests/check_framework/test_security.py
+16
-16
tests/check_framework/tests.py
+6
-6
tests/conditional_processing/tests.py
+2
-2
tests/context_processors/tests.py
+2
-2
tests/csrf_tests/tests.py
+2
-2
tests/field_deconstruction/tests.py
+2
-2
tests/field_subclassing/tests.py
+2
-2
tests/file_uploads/tests.py
+2
-2
tests/flatpages_tests/test_models.py
+2
-2
tests/forms_tests/tests/test_error_messages.py
+2
-2
tests/forms_tests/tests/test_forms.py
+2
-2
tests/forms_tests/tests/test_formsets.py
+5
-5
tests/forms_tests/tests/test_media.py
+3
-3
tests/forms_tests/tests/test_utils.py
+2
-2
tests/forms_tests/tests/test_widgets.py
+6
-6
tests/forms_tests/tests/tests.py
+2
-2
tests/generic_inline_admin/tests.py
+3
-5
tests/generic_relations/tests.py
+2
-2
tests/generic_views/test_base.py
+3
-3
tests/generic_views/test_edit.py
+3
-5
tests/gis_tests/maps/tests.py
+2
-2
tests/handlers/tests.py
+6
-6
tests/http_utils/tests.py
+2
-2
tests/httpwrappers/tests.py
+5
-5
tests/i18n/patterns/tests.py
+2
-2
tests/i18n/tests.py
+10
-12
tests/invalid_models_tests/base.py
+2
-2
tests/invalid_models_tests/test_ordinary_fields.py
+4
-5
tests/logging_tests/tests.py
+8
-8
tests/messages_tests/test_api.py
+2
-2
tests/messages_tests/test_cookie.py
+2
-2
tests/messages_tests/test_fallback.py
+2
-2
tests/messages_tests/test_mixins.py
+2
-2
tests/middleware/test_security.py
+2
-2
tests/middleware/tests.py
+7
-7
tests/middleware_exceptions/tests.py
+4
-4
tests/migrations/test_graph.py
+2
-2
tests/migrations/test_optimizer.py
+2
-2
tests/migrations/test_state.py
+3
-3
tests/migrations/test_writer.py
+2
-2
tests/model_fields/test_durationfield.py
+4
-4
tests/model_fields/test_field_flags.py
+1
-1
tests/model_fields/test_uuid.py
+4
-4
tests/model_fields/tests.py
+4
-4
tests/model_forms/tests.py
+8
-8
tests/model_meta/test_legacy.py
+1
-1
tests/model_meta/tests.py
+4
-4
tests/model_permalink/tests.py
+2
-2
tests/model_validation/tests.py
+2
-2
tests/modeladmin/tests.py
+3
-3
tests/multiple_database/tests.py
+2
-2
tests/no_models/tests.py
+2
-2
tests/resolve_url/tests.py
+2
-2
tests/select_related/tests.py
+2
-2
tests/select_related_onetoone/tests.py
+2
-2
tests/serializers/tests.py
+3
-4
tests/serializers_regress/tests.py
+2
-2
tests/servers/test_basehttp.py
+2
-2
tests/settings_tests/tests.py
+5
-5
tests/shortcuts/tests.py
+2
-2
tests/signed_cookies_tests/tests.py
+2
-2
tests/signing/tests.py
+3
-3
tests/staticfiles_tests/tests.py
+6
-6
tests/test_client/tests.py
+4
-6
tests/test_client_regress/tests.py
+18
-20
tests/test_utils/tests.py
+7
-7
tests/timezones/tests.py
+3
-3
tests/urlpatterns_reverse/tests.py
+12
-12
tests/utils_tests/test_autoreload.py
+2
-2
tests/utils_tests/test_dateformat.py
+2
-2
tests/utils_tests/test_decorators.py
+3
-3
tests/utils_tests/test_jslex.py
+3
-3
tests/utils_tests/test_safestring.py
+2
-2
tests/view_tests/tests/test_csrf.py
+2
-2
tests/view_tests/tests/test_debug.py
+8
-8
tests/view_tests/tests/test_i18n.py
+3
-4
tests/view_tests/tests/test_json.py
+2
-2
tests/view_tests/tests/test_specials.py
+2
-2
expand_less