[ckan-changes] [okfn/ckan] 37de56: [#3023] Add new extension points to pass the packa...
GitHub
noreply at github.com
Fri Nov 30 17:05:04 UTC 2012
Branch: refs/heads/3023-data_dict-extension-points
Home: https://github.com/okfn/ckan
Commit: 37de568854bb0f2fe9eb816244f060b4f75b2e21
https://github.com/okfn/ckan/commit/37de568854bb0f2fe9eb816244f060b4f75b2e21
Author: amercader <amercadero at gmail.com>
Date: 2012-11-29 (Thu, 29 Nov 2012)
Changed paths:
M ckan/logic/action/create.py
M ckan/logic/action/update.py
M ckan/plugins/interfaces.py
M ckan/tests/functional/test_package.py
Log Message:
-----------
[#3023] Add new extension points to pass the package dict
When creating or updating a dataset, extensions can hook to the
`after_create` and `after_update` methods to receive the validated data
dict. In the create case, the id is added to the dict.
More information about the ckan-changes
mailing list