[ckan-changes] [ckan/ckan] 8cd855: Change unicode() --> six.text_type() for Python 3
GitHub
noreply at github.com
Thu Mar 1 13:05:04 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 8cd85512ed00215300678067d80d9188cb9ca874
https://github.com/ckan/ckan/commit/8cd85512ed00215300678067d80d9188cb9ca874
Author: cclauss <cclauss at bluewin.ch>
Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/__init__.py
M ckan/lib/helpers.py
M ckan/lib/io.py
M ckan/lib/jinja_extensions.py
M ckan/lib/lazyjson.py
M ckan/lib/mailer.py
M ckan/lib/munge.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/search/index.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/model/__init__.py
M ckan/model/group_extra.py
M ckan/model/license.py
M ckan/model/package_extra.py
M ckan/model/resource.py
M ckan/model/system_info.py
M ckan/model/types.py
M ckan/model/user.py
M ckan/tests/controllers/test_api.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/html_check.py
M ckan/tests/legacy/lib/__init__.py
M ckan/tests/legacy/lib/test_navl.py
M ckan/tests/lib/navl/test_dictization_functions.py
M ckan/tests/lib/test_helpers.py
M ckan/tests/lib/test_io.py
M ckan/tests/lib/test_munge.py
M ckan/tests/lib/test_navl.py
M ckan/tests/logic/action/test_delete.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/model/test_user.py
M ckan/tests/test_coding_standards.py
M ckan/tests/test_common.py
M ckan/views/__init__.py
M ckan/views/api.py
M ckan/views/feed.py
M ckan/views/user.py
M ckanext/datapusher/logic/schema.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/writer.py
M ckanext/datatablesview/controller.py
M ckanext/example_iconfigurer/plugin.py
M ckanext/example_iconfigurer/plugin_v1.py
M ckanext/example_iconfigurer/plugin_v2.py
M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
M ckanext/example_ivalidators/plugin.py
M ckanext/imageview/plugin.py
M ckanext/stats/stats.py
M ckanext/webpageview/plugin.py
M doc/contributing/unicode.rst
Log Message:
-----------
Change unicode() --> six.text_type() for Python 3
Commit: 555e0960c43d0ca86066b1954e5c94aad565baa7
https://github.com/ckan/ckan/commit/555e0960c43d0ca86066b1954e5c94aad565baa7
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2018-03-01 (Thu, 01 Mar 2018)
Changed paths:
M ckan/controllers/api.py
M ckan/controllers/feed.py
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/controllers/revision.py
M ckan/controllers/user.py
M ckan/lib/alphabet_paginate.py
M ckan/lib/cli.py
M ckan/lib/create_test_data.py
M ckan/lib/dictization/__init__.py
M ckan/lib/helpers.py
M ckan/lib/io.py
M ckan/lib/jinja_extensions.py
M ckan/lib/lazyjson.py
M ckan/lib/mailer.py
M ckan/lib/munge.py
M ckan/lib/navl/dictization_functions.py
M ckan/lib/navl/validators.py
M ckan/lib/search/index.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/action/update.py
M ckan/logic/converters.py
M ckan/logic/schema.py
M ckan/model/__init__.py
M ckan/model/group_extra.py
M ckan/model/license.py
M ckan/model/package_extra.py
M ckan/model/resource.py
M ckan/model/system_info.py
M ckan/model/types.py
M ckan/model/user.py
M ckan/tests/controllers/test_api.py
M ckan/tests/legacy/__init__.py
M ckan/tests/legacy/html_check.py
M ckan/tests/legacy/lib/__init__.py
M ckan/tests/legacy/lib/test_navl.py
M ckan/tests/lib/navl/test_dictization_functions.py
M ckan/tests/lib/test_helpers.py
M ckan/tests/lib/test_io.py
M ckan/tests/lib/test_munge.py
M ckan/tests/lib/test_navl.py
M ckan/tests/logic/action/test_delete.py
M ckan/tests/logic/action/test_get.py
M ckan/tests/model/test_user.py
M ckan/tests/test_coding_standards.py
M ckan/tests/test_common.py
M ckan/views/__init__.py
M ckan/views/api.py
M ckan/views/feed.py
M ckan/views/user.py
M ckanext/datapusher/logic/schema.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/logic/action.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/writer.py
M ckanext/datatablesview/controller.py
M ckanext/example_iconfigurer/plugin.py
M ckanext/example_iconfigurer/plugin_v1.py
M ckanext/example_iconfigurer/plugin_v2.py
M ckanext/example_iconfigurer/tests/test_iconfigurer_update_config.py
M ckanext/example_ivalidators/plugin.py
M ckanext/imageview/plugin.py
M ckanext/stats/stats.py
M ckanext/webpageview/plugin.py
M doc/contributing/unicode.rst
Log Message:
-----------
Merge pull request #4035 from cclauss/unicode-to-six.text_type
Change unicode() --> six.text_type() for Python 3
Compare: https://github.com/ckan/ckan/compare/49e0099bb7d1...555e0960c43d
More information about the ckan-changes
mailing list