[ckan-changes] [ckan/ckan] 8f9548: Expose config and translator via toolkit.
GitHub
noreply at github.com
Tue Dec 8 16:54:51 UTC 2015
Branch: refs/heads/2776-update-toolkit
Home: https://github.com/ckan/ckan
Commit: 8f954820cf7696c4206baaf19a712d70ad907c4d
https://github.com/ckan/ckan/commit/8f954820cf7696c4206baaf19a712d70ad907c4d
Author: Ross Jones <ross at servercode.co.uk>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M ckan/plugins/toolkit.py
A ckan/tests/lib/test_toolkit.py
Log Message:
-----------
Expose config and translator via toolkit.
To avoid importing of pylons in extensions, we should include the most
commonly imported pylons modules in the plugin toolkit.
This PR does that in order to fix #2776
More information about the ckan-changes
mailing list