We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b634f commit 10fe5acCopy full SHA for 10fe5ac
readthedocs/projects/querysets.py
@@ -157,7 +157,7 @@ def prefetch_latest_build(self):
157
_has_good_build=Exists(Build.internal.filter(project=OuterRef("pk"), success=True))
158
)
159
160
- def prefetch_organization(self, select_related: list[str]| None=None):
+ def prefetch_organization(self, select_related: list[str] | None = None):
161
"""
162
Prefetch the organizations related to the projects.
163
0 commit comments