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 #23620 -- Used more specific assertions in the Django test suite.
by
Mario the Bearded Dragon 2014-10-28 10:02:56 UTC
commit f7969b0920c403118656f6bfec58d6454d79ef1a
Django
django/contrib/auth/tests/test_context_processors.py
+4
-4
django/contrib/auth/tests/test_decorators.py
+1
-1
django/contrib/auth/tests/test_handlers.py
+2
-2
django/contrib/auth/tests/test_signals.py
+1
-1
django/contrib/auth/tests/test_views.py
+16
-14
django/contrib/gis/geos/tests/test_geos.py
+10
-6
django/contrib/gis/geos/tests/test_mutable_list.py
+21
-20
django/contrib/gis/tests/relatedapp/tests.py
+2
-2
django/contrib/gis/tests/test_geoforms.py
+1
-1
django/contrib/gis/tests/test_measure.py
+6
-6
django/contrib/messages/tests/base.py
+5
-5
django/contrib/messages/tests/test_cookie.py
+2
-2
django/contrib/sessions/tests.py
+1
-1
tests/admin_changelist/tests.py
+2
-2
tests/admin_docs/tests.py
+8
-8
tests/admin_scripts/tests.py
+4
-4
tests/admin_views/tests.py
+5
-5
tests/admin_widgets/tests.py
+4
-4
tests/aggregation_regress/tests.py
+8
-8
tests/backends/tests.py
+3
-3
tests/basic/tests.py
+11
-9
tests/bulk_create/tests.py
+2
-2
tests/cache/tests.py
+2
-2
tests/csrf_tests/tests.py
+3
-3
tests/datatypes/tests.py
+1
-1
tests/empty/tests.py
+2
-2
tests/expressions/tests.py
+1
-1
tests/field_defaults/tests.py
+1
-1
tests/file_storage/tests.py
+4
-4
tests/file_uploads/tests.py
+3
-3
tests/fixtures_model_package/tests.py
+3
-2
tests/foreign_object/tests.py
+1
-1
tests/forms_tests/tests/test_extra.py
+2
-2
tests/forms_tests/tests/test_forms.py
+4
-3
tests/forms_tests/tests/test_widgets.py
+6
-6
tests/forms_tests/tests/tests.py
+1
-1
tests/generic_relations_regress/tests.py
+2
-2
tests/generic_views/test_base.py
+1
-1
tests/generic_views/test_dates.py
+1
-1
tests/generic_views/test_detail.py
+2
-2
tests/generic_views/test_edit.py
+6
-6
tests/httpwrappers/tests.py
+8
-8
tests/i18n/test_extraction.py
+46
-46
tests/i18n/tests.py
+1
-1
tests/introspection/tests.py
+3
-3
tests/logging_tests/tests.py
+4
-4
tests/m2m_regress/tests.py
+4
-4
tests/mail/tests.py
+15
-15
tests/many_to_one/tests.py
+10
-10
tests/middleware/test_security.py
+1
-1
tests/middleware/tests.py
+8
-8
tests/migrations/test_autodetector.py
+2
-2
tests/migrations/test_commands.py
+12
-12
tests/model_fields/tests.py
+2
-2
tests/model_forms/tests.py
+9
-9
tests/model_formsets/tests.py
+2
-2
tests/model_formsets_regress/tests.py
+3
-3
tests/model_meta/test.py
+3
-3
tests/multiple_database/tests.py
+1
-1
tests/null_fk/tests.py
+1
-1
tests/null_fk_ordering/tests.py
+2
-2
tests/one_to_one/tests.py
+6
-6
tests/pagination/tests.py
+2
-2
tests/prefetch_related/tests.py
+4
-4
tests/proxy_models/tests.py
+4
-4
tests/queries/tests.py
+69
-70
tests/raw_query/tests.py
+2
-2
tests/requests/tests.py
+1
-1
tests/select_related_regress/tests.py
+2
-2
tests/settings_tests/tests.py
+1
-1
tests/template_tests/tests.py
+5
-5
tests/test_client_regress/tests.py
+2
-2
tests/test_runner/tests.py
+1
-1
tests/test_utils/tests.py
+9
-9
tests/unmanaged_models/tests.py
+2
-2
tests/update_only_fields/tests.py
+2
-2
tests/urlpatterns_reverse/tests.py
+2
-2
tests/utils_tests/test_datastructures.py
+1
-1
tests/utils_tests/test_functional.py
+1
-1
tests/utils_tests/test_http.py
+2
-2
tests/utils_tests/test_lazyobject.py
+6
-6
tests/view_tests/tests/test_debug.py
+2
-2
tests/wsgi/tests.py
+2
-2
expand_less