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 E128 flake8 warnings in tests/.
by
Lindsey the Elephant Seal 2016-04-08 02:04:45 UTC
commit 92053acbb9160862c3e743a99ed8ccff8d4f8fd6
Django
VCC
Unsafe-URLS's CVE-2017-7233
VCC
CVE-2018-14574
VCC
Regex Catastrophic Backtrack CVE-2018-7537
VCC
Truncating Service CVE-2019-14232
setup.cfg
+1
-1
tests/admin_changelist/admin.py
+2
-1
tests/admin_changelist/tests.py
+10
-5
tests/admin_custom_urls/tests.py
+17
-13
tests/admin_docs/tests.py
+55
-28
tests/admin_inlines/admin.py
+3
-4
tests/admin_inlines/tests.py
+52
-78
tests/admin_scripts/management/commands/custom_startproject.py
+2
-1
tests/admin_scripts/tests.py
+25
-42
tests/admin_utils/tests.py
+3
-1
tests/admin_views/admin.py
+2
-1
tests/admin_views/models.py
+2
-4
tests/admin_views/tests.py
+118
-131
tests/admin_widgets/tests.py
+117
-91
tests/aggregation_regress/tests.py
+8
-16
tests/annotations/models.py
+2
-2
tests/apps/tests.py
+2
-1
tests/auth_tests/test_decorators.py
+2
-1
tests/auth_tests/test_forms.py
+25
-25
tests/auth_tests/test_hashers.py
+18
-13
tests/auth_tests/test_models.py
+2
-6
tests/auth_tests/test_views.py
+16
-8
tests/backends/tests.py
+12
-18
tests/bash_completion/management/commands/test_command.py
+2
-1
tests/bash_completion/tests.py
+3
-4
tests/basic/tests.py
+20
-19
tests/cache/tests.py
+38
-25
tests/contenttypes_tests/test_models.py
+42
-27
tests/contenttypes_tests/tests.py
+2
-4
tests/custom_managers/models.py
+7
-10
tests/datatypes/tests.py
+18
-21
tests/defer_regress/tests.py
+9
-15
tests/delete/models.py
+24
-15
tests/deprecation/tests.py
+12
-6
tests/expressions/tests.py
+79
-65
tests/extra_regress/tests.py
+9
-8
tests/file_storage/tests.py
+29
-18
tests/file_uploads/tests.py
+2
-1
tests/fixtures/tests.py
+2
-2
tests/fixtures_regress/tests.py
+4
-2
tests/flatpages_tests/test_forms.py
+4
-2
tests/forms_tests/tests/test_fields.py
+6
-10
tests/forms_tests/tests/test_forms.py
+23
-37
tests/forms_tests/tests/test_formsets.py
+5
-4
tests/forms_tests/tests/test_utils.py
+13
-16
tests/forms_tests/tests/test_widgets.py
+2
-1
tests/generic_inline_admin/tests.py
+2
-1
tests/generic_relations/tests.py
+12
-6
tests/generic_views/test_edit.py
+36
-32
tests/generic_views/test_list.py
+2
-1
tests/gis_tests/gdal_tests/test_ds.py
+3
-6
tests/gis_tests/gdal_tests/test_geom.py
+3
-4
tests/gis_tests/gdal_tests/test_raster.py
+7
-9
tests/gis_tests/geoapp/test_serializers.py
+3
-5
tests/gis_tests/geos_tests/test_geos_mutation.py
+4
-6
tests/gis_tests/gis_migrations/test_operations.py
+9
-5
tests/gis_tests/layermap/tests.py
+3
-6
tests/gis_tests/test_geoip.py
+2
-4
tests/gis_tests/test_geoip2.py
+2
-4
tests/httpwrappers/tests.py
+5
-5
tests/humanize_tests/tests.py
+28
-39
tests/i18n/test_compilation.py
+2
-1
tests/i18n/test_extraction.py
+6
-3
tests/i18n/tests.py
+4
-6
tests/indexes/tests.py
+4
-2
tests/introspection/tests.py
+10
-5
tests/invalid_models_tests/test_models.py
+12
-8
tests/invalid_models_tests/test_relative_fields.py
+16
-23
tests/logging_tests/tests.py
+1
-2
tests/m2m_through_regress/tests.py
+2
-1
tests/mail/tests.py
+7
-9
tests/many_to_one_null/tests.py
+26
-22
tests/messages_tests/base.py
+8
-3
tests/messages_tests/test_cookie.py
+3
-3
tests/middleware/tests.py
+4
-8
tests/migrate_signals/tests.py
+6
-8
tests/migrations/test_autodetector.py
+6
-3
tests/migrations/test_commands.py
+21
-41
tests/migrations/test_operations.py
+1
-2
tests/migrations/test_state.py
+8
-11
tests/model_fields/test_field_flags.py
+2
-1
tests/model_fields/test_imagefield.py
+2
-4
tests/model_forms/models.py
+5
-8
tests/model_forms/tests.py
+41
-47
tests/model_formsets/tests.py
+16
-23
tests/model_inheritance/tests.py
+4
-2
tests/model_options/test_tablespaces.py
+2
-1
tests/modeladmin/models.py
+2
-1
tests/modeladmin/tests.py
+97
-62
tests/multiple_database/tests.py
+118
-62
tests/pagination/tests.py
+8
-7
tests/postgres_tests/test_ranges.py
+2
-4
tests/prefetch_related/tests.py
+30
-14
tests/project_template/test_settings.py
+2
-4
tests/proxy_models/tests.py
+10
-8
tests/queries/tests.py
+47
-51
tests/raw_query/tests.py
+5
-2
tests/redirects_tests/tests.py
+24
-12
tests/requests/tests.py
+4
-8
tests/reserved_names/tests.py
+8
-16
tests/runtests.py
+22
-40
tests/select_related/tests.py
+8
-2
tests/select_related_regress/tests.py
+4
-8
tests/serializers/test_data.py
+7
-11
tests/serializers/test_natural.py
+10
-14
tests/serializers/tests.py
+24
-11
tests/sessions_tests/tests.py
+4
-8
tests/settings_tests/tests.py
+17
-8
tests/signals/tests.py
+3
-2
tests/signing/tests.py
+6
-3
tests/template_tests/filter_tests/test_center.py
+2
-1
tests/template_tests/filter_tests/test_chaining.py
+4
-7
tests/template_tests/filter_tests/test_floatformat.py
+2
-1
tests/template_tests/filter_tests/test_linebreaks.py
+2
-1
tests/template_tests/filter_tests/test_linebreaksbr.py
+2
-1
tests/template_tests/filter_tests/test_linenumbers.py
+6
-3
tests/template_tests/filter_tests/test_make_list.py
+2
-1
tests/template_tests/filter_tests/test_phone2numeric.py
+2
-1
tests/template_tests/filter_tests/test_safeseq.py
+2
-1
tests/template_tests/filter_tests/test_stringformat.py
+2
-4
tests/template_tests/filter_tests/test_urlizetrunc.py
+2
-3
tests/template_tests/filter_tests/test_wordwrap.py
+2
-3
tests/template_tests/syntax_tests/test_autoescape.py
+4
-8
tests/template_tests/syntax_tests/test_cache.py
+10
-12
tests/template_tests/tests.py
+2
-1
tests/test_client_regress/tests.py
+163
-78
tests/test_runner/runner.py
+3
-4
tests/test_runner/tests.py
+2
-1
tests/test_utils/tests.py
+2
-4
tests/timezones/tests.py
+8
-13
tests/transactions/tests.py
+14
-16
tests/update_only_fields/tests.py
+16
-7
tests/user_commands/management/commands/hal.py
+4
-2
tests/utils_tests/test_dateparse.py
+14
-28
tests/utils_tests/test_encoding.py
+4
-5
tests/utils_tests/test_http.py
+61
-53
tests/utils_tests/test_termcolors.py
+72
-116
tests/utils_tests/test_text.py
+49
-43
tests/utils_tests/test_timesince.py
+43
-25
tests/validation/models.py
+3
-3
tests/validation/test_error_messages.py
+46
-43
tests/validation/test_unique.py
+10
-10
tests/validation/tests.py
+5
-8
tests/view_tests/tests/test_debug.py
+9
-11
tests/view_tests/tests/test_i18n.py
+4
-3
tests/view_tests/tests/test_static.py
+2
-4
tests/view_tests/views.py
+5
-3
tests/wsgi/tests.py
+14
-7
expand_less