We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4924598 commit d69c9dfCopy full SHA for d69c9df
readthedocs/search/documents.py
@@ -168,5 +168,6 @@ def get_queryset(self):
168
queryset
169
.internal()
170
.exclude(ignore=True)
171
+ .select_related('version', 'project')
172
)
173
return queryset
0 commit comments