my url looks like: http://mysite.com/manage/projects/1/milestones/?responsible__id__exact=1
in the user-group, i found a posting where adrian said:"The query parameters are, essentially, the same as keyword arguments that can be passed to get_list(). "
can anybody give me a hint on how to accomplish that? i tried def milestones_overview(request, project_id): milestones_list = milestones.get_list(request.GET) ... but that didn´t work. thanks, patrick