[ckan-changes] [ckan/ckan] e0f1aa: Change basestring --> six.string_types for Python ...
GitHub
noreply at github.com
Thu Feb 22 14:12:59 UTC 2018
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: e0f1aafa8ecd52dc6e8238826ca1e40dd92a266d
https://github.com/ckan/ckan/commit/e0f1aafa8ecd52dc6e8238826ca1e40dd92a266d
Author: cclauss <cclauss at bluewin.ch>
Date: 2018-02-17 (Sat, 17 Feb 2018)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/dictization/model_save.py
M ckan/lib/extract.py
M ckan/lib/helpers.py
M ckan/lib/search/common.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/converters.py
M ckan/model/types.py
M ckan/plugins/core.py
M ckan/tests/legacy/html_check.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/helpers.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/multilingual/plugin.py
Log Message:
-----------
Change basestring --> six.string_types for Python 3
Commit: 94070c05dff12e42dcb2109b8694ef7e7742f06e
https://github.com/ckan/ckan/commit/94070c05dff12e42dcb2109b8694ef7e7742f06e
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2018-02-22 (Thu, 22 Feb 2018)
Changed paths:
M ckan/controllers/group.py
M ckan/controllers/package.py
M ckan/lib/dictization/model_save.py
M ckan/lib/extract.py
M ckan/lib/helpers.py
M ckan/lib/search/common.py
M ckan/lib/search/query.py
M ckan/logic/__init__.py
M ckan/logic/action/get.py
M ckan/logic/converters.py
M ckan/model/types.py
M ckan/plugins/core.py
M ckan/tests/legacy/html_check.py
M ckanext/datastore/backend/postgres.py
M ckanext/datastore/helpers.py
M ckanext/datastore/logic/schema.py
M ckanext/datastore/plugin.py
M ckanext/multilingual/plugin.py
Log Message:
-----------
Merge pull request #4029 from cclauss/basestring-to-six.string_types
Change basestring --> six.string_types for Python 3
Compare: https://github.com/ckan/ckan/compare/aa5c4aeb3470...94070c05dff1
More information about the ckan-changes
mailing list