[ckan-changes] [ckan/ckan] 181290: Converts more models to use sqlalchemy cache.
GitHub
noreply at github.com
Fri Jan 8 15:32:46 UTC 2016
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 181290d3b7911a406398a1b95dbb0794b4e42a78
https://github.com/ckan/ckan/commit/181290d3b7911a406398a1b95dbb0794b4e42a78
Author: Ross Jones <ross at servercode.co.uk>
Date: 2016-01-06 (Wed, 06 Jan 2016)
Changed paths:
M ckan/model/group.py
M ckan/model/resource.py
M ckan/model/resource_view.py
M ckan/model/task_status.py
Log Message:
-----------
Converts more models to use sqlalchemy cache.
In a similar vein to #2824 this PR will have more model objects use the
session cache in .get() where an ID (PK) is provided.
Related to #2823
Commit: 12ba7794543f235833b63a4f715e269ace21ca56
https://github.com/ckan/ckan/commit/12ba7794543f235833b63a4f715e269ace21ca56
Author: Ian Ward <ian at excess.org>
Date: 2016-01-08 (Fri, 08 Jan 2016)
Changed paths:
M ckan/model/group.py
M ckan/model/resource.py
M ckan/model/resource_view.py
M ckan/model/task_status.py
Log Message:
-----------
Merge pull request #2825 from ckan/2823-use-sqlalchemy-cache-for-more-objects
Converts more models to use sqlalchemy cache.
Compare: https://github.com/ckan/ckan/compare/8d52ecb9a629...12ba7794543f
More information about the ckan-changes
mailing list