[ckan-changes] [ckan/ckan] 17b0a0: Removes deprecation warning.
GitHub
noreply at github.com
Mon Jan 25 21:53:33 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 17b0a0938a08736d3624fcbf0d6fc865398266ff
https://github.com/ckan/ckan/commit/17b0a0938a08736d3624fcbf0d6fc865398266ff
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M ckan/logic/__init__.py
Log Message:
-----------
Removes deprecation warning.
Tests were logging
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
every time something tried to extract a message from an exception extending
ActionError. This PR fixes that and also does PEP8 on the __init__.py file.
Commit: 32198591188acecdfc90c76bc412dfc57b1d5e54
https://github.com/ckan/ckan/commit/32198591188acecdfc90c76bc412dfc57b1d5e54
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M ckan/tests/legacy/test_coding_standards.py
Log Message:
-----------
Remove ckan/logic/__init__ from PEP8 blacklist
Commit: 0ca368cdca7fa2f5c31206893a00e1f0883d9208
https://github.com/ckan/ckan/commit/0ca368cdca7fa2f5c31206893a00e1f0883d9208
Author: Ian Ward <ian at excess.org>
Date: 2016-01-25 (Mon, 25 Jan 2016)
Changed paths:
M ckan/logic/__init__.py
M ckan/tests/legacy/test_coding_standards.py
Log Message:
-----------
Merge pull request #2638 from ckan/cleanup-exception-deprecations
Removes deprecation warning.
Compare: https://github.com/ckan/ckan/compare/412bd2d0cca6...0ca368cdca7f
More information about the ckan-changes
mailing list