Skip to content

Commit

Permalink
[#1384] Update documentation for related_list
Browse files Browse the repository at this point in the history
The related_list function should not need an id or dataset
parameter. We use it ourselves in the related dashboard
without an id or dataset parameter.
  • Loading branch information
nigelbabu committed Dec 17, 2013
1 parent f322770 commit 546caa7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ckan/logic/action/get.py
Expand Up @@ -212,8 +212,6 @@ def related_show(context, data_dict=None):
def related_list(context, data_dict=None):
'''Return a dataset's related items.
Either the ``id`` or the ``dataset`` parameter must be given.
:param id: id or name of the dataset (optional)
:type id: string
:param dataset: dataset dictionary of the dataset (optional)
Expand Down

0 comments on commit 546caa7

Please sign in to comment.