You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I am search for a solution to filter the results of a query which uses a window function. I would like to reduce the results set to only include the entries where the row number is smaller than 10. It is not supported by the ORM to filter directly on this query set (https://code.djangoproject.com/ticket/28333). Is there a workaround for this?