[ckan-changes] [okfn/ckan] 37690b: Remove nested dicts from activity streams data col...
GitHub
noreply at github.com
Thu Jan 19 17:32:49 UTC 2012
Branch: refs/heads/feature-1515-activity-streams
Home: https://github.com/okfn/ckan
Commit: 37690b811a9f09d769715dac30f354c0fdc303ad
https://github.com/okfn/ckan/commit/37690b811a9f09d769715dac30f354c0fdc303ad
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/model/package.py
M ckan/model/resource.py
M ckan/model/tag.py
M ckan/templates/activity_streams/changed_group.html
M ckan/templates/activity_streams/new_group.html
Log Message:
-----------
Remove nested dicts from activity streams data columns
Always use table_dictize() instead of package_dictize(),
resource_dictize(), etc. when dictizing objects for the 'data' columns
of the activity and activity_detail tables. The full nested dicts were
more information than was necessary.
Commit: 48798be802e228b783dfd03880e6c6fc34f357d8
https://github.com/okfn/ckan/commit/48798be802e228b783dfd03880e6c6fc34f357d8
Author: Sean Hammond <seanhammond at lavabit.com>
Date: 2012-01-19 (Thu, 19 Jan 2012)
Changed paths:
M ckan/tests/lib/test_dictization.py
Log Message:
-----------
Merge branch 'feature-1515-activity-streams' of github.com:okfn/ckan into feature-1515-activity-streams
Compare: https://github.com/okfn/ckan/compare/b7f4ed7...48798be
More information about the ckan-changes
mailing list