python-redmine
python-redmine copied to clipboard
limit parameter not working
hi I'm trying to get projects and their users. it works with concrete id
project = [values for values in self.entity.project_membership.filter(project_id=1037).values()]
but it does not work if you try to get several projects at once through the parameter limt like the picture below:
