Limit submission page to 50000
This commit is contained in:
parent
45b844d6c9
commit
d0547ec106
2 changed files with 18 additions and 12 deletions
|
@ -449,10 +449,10 @@ class OrganizationSubmissions(
|
|||
def contest(self):
|
||||
return None
|
||||
|
||||
def get_queryset(self):
|
||||
def _get_queryset(self):
|
||||
return (
|
||||
super()
|
||||
._get_queryset()
|
||||
._get_entire_queryset()
|
||||
.filter(contest_object__organizations=self.organization)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue