diff --git a/ckan/logic/__init__.py b/ckan/logic/__init__.py index f1659fcbbc6..7f868881477 100644 --- a/ckan/logic/__init__.py +++ b/ckan/logic/__init__.py @@ -343,6 +343,12 @@ def get_action(action): If a ``context`` of ``None`` is passed to the action function then the default context dict will be created. + .. note:: + + Many action functions modify the context dict. It can therefore + not be reused for multiple calls of the same or different action + functions. + :param action: name of the action function to return, eg. ``'package_create'`` :type action: string