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 #26747 -- Used more specific assertions in the Django test suite.
by
Mable the Bullfrog 2016-06-16 18:19:18 UTC
commit 4f336f66523001b009ab038b10848508fd208b3b
Django
docs/intro/tutorial05.txt
+5
-5
docs/topics/testing/overview.txt
+2
-2
tests/admin_changelist/tests.py
+1
-1
tests/admin_filters/tests.py
+39
-39
tests/admin_views/test_adminsite.py
+5
-5
tests/admin_views/test_templatetags.py
+2
-2
tests/admin_views/tests.py
+17
-17
tests/admin_widgets/tests.py
+1
-1
tests/auth_tests/test_auth_backends.py
+33
-33
tests/auth_tests/test_basic.py
+1
-1
tests/auth_tests/test_models.py
+3
-3
tests/auth_tests/test_signals.py
+1
-1
tests/basic/tests.py
+2
-2
tests/cache/tests.py
+1
-1
tests/check_framework/tests.py
+1
-1
tests/csrf_tests/tests.py
+4
-4
tests/custom_managers/tests.py
+3
-3
tests/decorators/tests.py
+9
-9
tests/files/tests.py
+2
-2
tests/fixtures_regress/tests.py
+3
-3
tests/forms_tests/field_tests/test_booleanfield.py
+12
-12
tests/forms_tests/field_tests/test_uuidfield.py
+1
-1
tests/forms_tests/tests/test_forms.py
+4
-4
tests/forms_tests/widget_tests/test_checkboxinput.py
+1
-1
tests/forms_tests/widget_tests/test_clearablefileinput.py
+1
-1
tests/generic_inline_admin/tests.py
+2
-2
tests/generic_views/test_dates.py
+10
-10
tests/gis_tests/geoapp/test_functions.py
+3
-3
tests/gis_tests/geoapp/test_regress.py
+2
-2
tests/gis_tests/geoapp/tests.py
+2
-2
tests/gis_tests/geos_tests/test_geos.py
+16
-16
tests/gis_tests/geos_tests/test_io.py
+2
-2
tests/gis_tests/rasterapp/test_rasterfield.py
+2
-2
tests/httpwrappers/tests.py
+11
-11
tests/i18n/tests.py
+11
-11
tests/inline_formsets/tests.py
+5
-5
tests/logging_tests/tests.py
+4
-4
tests/m2o_recursive/tests.py
+1
-1
tests/mail/tests.py
+3
-3
tests/many_to_one_null/tests.py
+2
-2
tests/messages_tests/test_cookie.py
+2
-2
tests/middleware/test_security.py
+3
-3
tests/middleware/tests.py
+6
-6
tests/migrations/test_executor.py
+8
-8
tests/migrations/test_operations.py
+3
-3
tests/migrations/test_state.py
+9
-9
tests/model_fields/test_booleanfield.py
+17
-17
tests/model_fields/test_decimalfield.py
+2
-2
tests/model_fields/test_durationfield.py
+1
-1
tests/model_fields/test_imagefield.py
+22
-22
tests/model_fields/test_uuid.py
+1
-1
tests/model_fields/tests.py
+3
-3
tests/model_forms/tests.py
+7
-7
tests/model_formsets/tests.py
+4
-4
tests/multiple_database/tests.py
+6
-6
tests/null_fk/tests.py
+1
-1
tests/postgres_tests/test_array.py
+1
-1
tests/postgres_tests/test_hstore.py
+1
-1
tests/postgres_tests/test_json.py
+3
-3
tests/postgres_tests/test_ranges.py
+3
-3
tests/queries/tests.py
+9
-9
tests/raw_query/tests.py
+2
-2
tests/schema/tests.py
+1
-1
tests/select_related/tests.py
+1
-1
tests/serializers/test_natural.py
+1
-1
tests/serializers/tests.py
+1
-1
tests/sessions_tests/tests.py
+7
-7
tests/settings_tests/tests.py
+5
-5
tests/signed_cookies_tests/tests.py
+1
-1
tests/staticfiles_tests/test_storage.py
+1
-1
tests/template_backends/test_jinja2.py
+3
-3
tests/template_tests/filter_tests/test_divisibleby.py
+2
-2
tests/template_tests/filter_tests/test_length_is.py
+4
-4
tests/template_tests/test_context.py
+4
-4
tests/template_tests/test_extends.py
+2
-2
tests/template_tests/test_loaders.py
+1
-1
tests/template_tests/tests.py
+1
-1
tests/test_client/tests.py
+1
-1
tests/test_client_regress/tests.py
+5
-5
tests/timezones/tests.py
+1
-1
tests/user_commands/tests.py
+1
-1
tests/utils_tests/test_datastructures.py
+1
-1
tests/utils_tests/test_dateparse.py
+6
-6
tests/utils_tests/test_feedgenerator.py
+1
-1
tests/utils_tests/test_inspect.py
+2
-2
tests/utils_tests/test_termcolors.py
+8
-8
tests/validation/tests.py
+1
-1
expand_less