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 #23919 -- Removed six.<various>_types usage
Thanks Tim Graham and Simon Charette for the reviews.
by
Nick the Sea Slug 2016-12-29 15:27:49 UTC
commit 7b2f2e74adb36a4334e83130f6abc2f79d395235
Django
django/conf/urls/__init__.py
+2
-1
django/contrib/admin/helpers.py
+3
-2
django/contrib/admin/options.py
+5
-5
django/contrib/admin/utils.py
+4
-4
django/contrib/admin/widgets.py
+2
-1
django/contrib/auth/decorators.py
+2
-1
django/contrib/auth/mixins.py
+2
-1
django/contrib/auth/models.py
+4
-5
django/contrib/auth/password_validation.py
+3
-2
django/contrib/auth/tokens.py
+5
-1
django/contrib/gis/admin/widgets.py
+2
-2
django/contrib/gis/db/backends/base/models.py
+2
-1
django/contrib/gis/db/backends/oracle/operations.py
+2
-1
django/contrib/gis/db/backends/postgis/operations.py
+3
-2
django/contrib/gis/db/backends/spatialite/introspection.py
+3
-2
django/contrib/gis/db/models/fields.py
+2
-1
django/contrib/gis/db/models/functions.py
+7
-6
django/contrib/gis/db/models/lookups.py
+2
-1
django/contrib/gis/db/models/proxy.py
+3
-2
django/contrib/gis/forms/widgets.py
+2
-2
django/contrib/gis/gdal/datasource.py
+3
-2
django/contrib/gis/gdal/driver.py
+2
-1
django/contrib/gis/gdal/feature.py
+2
-1
django/contrib/gis/gdal/geometries.py
+5
-5
django/contrib/gis/gdal/geomtype.py
+3
-2
django/contrib/gis/gdal/layer.py
+2
-1
django/contrib/gis/gdal/prototypes/errcheck.py
+4
-3
django/contrib/gis/gdal/raster/source.py
+4
-3
django/contrib/gis/gdal/srs.py
+4
-3
django/contrib/gis/geoip2/base.py
+3
-2
django/contrib/gis/geos/factory.py
+1
-1
django/contrib/gis/geos/geometry.py
+4
-4
django/contrib/gis/geos/mutable_list.py
+4
-3
django/contrib/gis/geos/point.py
+3
-2
django/contrib/gis/geos/polygon.py
+2
-1
django/contrib/gis/geos/prototypes/io.py
+2
-2
django/contrib/gis/measure.py
+2
-2
django/contrib/gis/utils/layermapping.py
+4
-4
django/contrib/gis/utils/ogrinspect.py
+3
-2
django/contrib/messages/storage/session.py
+2
-1
django/contrib/postgres/fields/array.py
+2
-1
django/contrib/postgres/fields/hstore.py
+3
-2
django/contrib/postgres/fields/ranges.py
+2
-1
django/contrib/postgres/forms/array.py
+2
-1
django/contrib/postgres/forms/hstore.py
+2
-1
django/contrib/postgres/forms/jsonb.py
+4
-3
django/core/cache/backends/memcached.py
+2
-1
django/core/checks/templates.py
+2
-1
django/core/checks/urls.py
+2
-1
django/core/files/base.py
+5
-4
django/core/handlers/base.py
+2
-1
django/core/mail/backends/filebased.py
+2
-1
django/core/mail/message.py
+5
-5
django/core/management/utils.py
+1
-1
django/core/paginator.py
+1
-1
django/core/serializers/base.py
+1
-1
django/core/serializers/json.py
+6
-2
django/core/serializers/python.py
+2
-2
django/core/serializers/pyyaml.py
+1
-1
django/core/validators.py
+3
-2
django/db/backends/base/operations.py
+9
-9
django/db/backends/{base => }/schema.py
+3
-3
django/db/backends/mysql/base.py
+1
-1
django/db/backends/mysql/operations.py
+3
-3
django/db/backends/oracle/base.py
+14
-1
django/db/backends/oracle/operations.py
+2
-2
django/db/backends/oracle/schema.py
+4
-3
django/db/backends/sqlite3/base.py
+3
-3
django/db/backends/sqlite3/operations.py
+3
-3
django/db/backends/sqlite3/schema.py
+7
-4
django/db/migrations/autodetector.py
+3
-2
django/db/migrations/operations/models.py
+4
-3
django/db/migrations/serializer.py
+3
-3
django/db/migrations/state.py
+9
-6
django/db/models/base.py
+8
-8
django/db/models/expressions.py
+2
-1
django/db/models/fields/__init__.py
+15
-14
django/db/models/fields/files.py
+4
-3
django/db/models/fields/related.py
+20
-16
django/db/models/options.py
+2
-2
django/db/models/query.py
+1
-1
django/db/models/signals.py
+2
-1
django/db/models/utils.py
+4
-1
django/db/utils.py
+1
-1
django/forms/boundfield.py
+2
-1
django/forms/fields.py
+4
-4
django/forms/forms.py
+2
-2
django/forms/formsets.py
+4
-3
django/forms/models.py
+4
-4
django/forms/widgets.py
+6
-3
django/http/multipartparser.py
+1
-1
django/http/request.py
+1
-1
django/http/response.py
+5
-5
django/shortcuts.py
+2
-1
django/template/base.py
+2
-1
django/template/defaultfilters.py
+5
-5
django/template/engine.py
+2
-2
django/template/library.py
+2
-1
django/template/loader.py
+3
-1
django/template/response.py
+2
-1
django/templatetags/i18n.py
+1
-1
django/templatetags/tz.py
+2
-2
django/test/client.py
+2
-2
django/test/html.py
+15
-12
django/test/testcases.py
+8
-4
django/test/utils.py
+2
-2
django/urls/base.py
+3
-2
django/urls/resolvers.py
+5
-4
django/urls/utils.py
+2
-2
django/utils/archive.py
+3
-1
django/utils/dateformat.py
+3
-2
django/utils/encoding.py
+12
-12
django/utils/formats.py
+10
-10
django/utils/functional.py
+4
-4
django/utils/html.py
+2
-2
django/utils/numberformat.py
+3
-2
django/utils/regex_helper.py
+2
-1
django/utils/safestring.py
+6
-5
django/utils/text.py
+2
-2
django/utils/timezone.py
+2
-2
django/utils/translation/__init__.py
+7
-6
django/views/debug.py
+5
-5
django/views/defaults.py
+2
-1
django/views/generic/list.py
+2
-1
django/views/i18n.py
+2
-2
tests/admin_changelist/tests.py
+5
-5
tests/admin_utils/models.py
+2
-1
tests/admin_utils/test_logentry.py
+5
-5
tests/admin_views/tests.py
+5
-5
tests/admin_widgets/tests.py
+2
-2
tests/auth_tests/test_management.py
+1
-1
tests/backends/tests.py
+3
-2
tests/contenttypes_tests/test_models.py
+2
-1
tests/csrf_tests/tests.py
+2
-1
tests/custom_columns/tests.py
+5
-4
tests/custom_managers/tests.py
+5
-4
tests/custom_pk/fields.py
+3
-2
tests/custom_pk/tests.py
+9
-8
tests/datatypes/tests.py
+2
-1
tests/expressions/tests.py
+2
-1
tests/expressions_case/tests.py
+4
-3
tests/field_deconstruction/tests.py
+2
tests/field_defaults/tests.py
+2
-1
tests/file_uploads/views.py
+2
-1
tests/files/tests.py
+4
-3
tests/fixtures_regress/models.py
+2
-1
tests/forms_tests/field_tests/test_filepathfield.py
+2
-1
tests/forms_tests/field_tests/test_typedchoicefield.py
+2
-1
tests/forms_tests/tests/test_utils.py
+2
-1
tests/forms_tests/tests/tests.py
+2
-1
tests/gis_tests/geoadmin/tests.py
+1
-1
tests/gis_tests/geoapp/test_functions.py
+2
-1
tests/gis_tests/geos_tests/test_geos.py
+7
-6
tests/gis_tests/geos_tests/test_io.py
+2
-1
tests/gis_tests/geos_tests/test_mutable_list.py
+2
-1
tests/gis_tests/test_geoforms.py
+1
-1
tests/gis_tests/test_geoip2.py
+2
-1
tests/handlers/tests.py
+2
-1
tests/httpwrappers/tests.py
+4
-3
tests/i18n/contenttypes/tests.py
+3
-3
tests/i18n/test_extraction.py
+2
-1
tests/i18n/tests.py
+3
-3
tests/inline_formsets/tests.py
+3
-2
tests/lookup/models.py
+2
-1
tests/m2m_and_m2o/models.py
+2
-1
tests/m2m_intermediary/tests.py
+3
-2
tests/mail/tests.py
+2
-2
tests/migrations/test_state.py
+5
-4
tests/migrations/test_writer.py
+1
-1
tests/model_fields/test_foreignkey.py
+2
-1
tests/model_fields/test_integerfield.py
+4
-3
tests/model_fields/test_promises.py
+28
-27
tests/model_forms/models.py
+2
-1
tests/model_forms/tests.py
+17
-17
tests/model_formsets/models.py
+2
-1
tests/model_formsets/tests.py
+13
-12
tests/model_formsets_regress/tests.py
+8
-7
tests/model_inheritance/tests.py
+3
-2
tests/model_regress/tests.py
+4
-2
tests/order_with_respect_to/models.py
+2
-1
tests/pagination/tests.py
+2
-2
tests/prefetch_related/tests.py
+20
-19
tests/queries/models.py
+2
-1
tests/redirects_tests/tests.py
+2
-1
tests/resolve_url/tests.py
+2
-1
tests/runtests.py
+5
-2
tests/save_delete_hooks/tests.py
+2
-1
tests/select_related_regress/tests.py
+3
-2
tests/serializers/models/base.py
+2
-1
tests/serializers/test_xml.py
+2
-1
tests/serializers/test_yaml.py
+2
-1
tests/servers/tests.py
+2
-1
tests/signals/tests.py
+2
-1
tests/staticfiles_tests/cases.py
+3
-2
tests/staticfiles_tests/test_management.py
+3
-3
tests/staticfiles_tests/test_storage.py
+1
-1
tests/template_tests/filter_tests/test_escape.py
+2
-1
tests/template_tests/filter_tests/test_escapejs.py
+2
-1
tests/template_tests/filter_tests/test_floatformat.py
+4
-3
tests/template_tests/filter_tests/test_linebreaks.py
+2
-1
tests/template_tests/filter_tests/test_slugify.py
+2
-1
tests/template_tests/filter_tests/test_urlize.py
+2
-1
tests/template_tests/templatetags/custom.py
+3
-3
tests/template_tests/templatetags/inclusion.py
+5
-5
tests/template_tests/test_unicode.py
+2
-1
tests/test_utils/tests.py
+1
-1
tests/update/models.py
+3
-2
tests/urlpatterns_reverse/tests.py
+8
tests/utils_tests/test_encoding.py
+2
-1
tests/utils_tests/test_functional.py
+4
-3
tests/utils_tests/test_lazyobject.py
+1
-1
tests/utils_tests/test_safestring.py
+2
-2
tests/utils_tests/test_text.py
+2
-1
expand_less