python-redmine icon indicating copy to clipboard operation
python-redmine copied to clipboard

limit parameter not working

Open KopylovVadik opened this issue 3 years ago • 0 comments

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: Снимок экрана 2022-05-30 в 14 21 21

KopylovVadik avatar May 30 '22 11:05 KopylovVadik