From 30823eba6a6e40047e85f8fd6128ad7eb6dc38f9 Mon Sep 17 00:00:00 2001 From: Parbhat Puri <parbhatpuri17@gmail.com> Date: Tue, 29 Oct 2019 14:18:23 +0000 Subject: [PATCH] Reduce DB queries for Table data --- opentech/apply/funds/models/submissions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opentech/apply/funds/models/submissions.py b/opentech/apply/funds/models/submissions.py index e4bff5ca8..21294bec8 100644 --- a/opentech/apply/funds/models/submissions.py +++ b/opentech/apply/funds/models/submissions.py @@ -216,6 +216,7 @@ class ApplicationSubmissionQueryset(JSONOrderable): 'round', 'lead', 'user', + 'screening_status', 'previous__page', 'previous__round', 'previous__lead', -- GitLab