[ckan-changes] [ckan/ckan] 181290: Converts more models to use sqlalchemy cache.
GitHub
noreply at github.com
Wed Jan 6 21:23:57 UTC 2016
Branch: refs/heads/2823-use-sqlalchemy-cache-for-more-objects
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
More information about the ckan-changes
mailing list