Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass args and kwargs through get_related_links.
The basic get_related_links function inside WebAPIResource was calling children without passing in args and kwargs, which meant that any optional parameters passed through those would get eaten.
- Loading branch information