Skip to content

Commit

Permalink
Merge branch '1360-update-docstring'
Browse files Browse the repository at this point in the history
Conflicts:
	ckan/logic/action/update.py
  • Loading branch information
amercader committed Jan 8, 2014
2 parents 682e8d5 + 46c53d5 commit f82bd54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckan/logic/action/update.py
Expand Up @@ -247,6 +247,10 @@ def package_update(context, data_dict):
You must be authorized to edit the dataset and the groups that it belongs
to.
It is recommended to call
:py:func:`ckan.logic.action.get.package_show`, make the desired changes to
the result, and then call ``package_update()`` with it.
Plugins may change the parameters of this function depending on the value
of the dataset's ``type`` attribute, see the
Expand Down

0 comments on commit f82bd54

Please sign in to comment.