diff --git a/readthedocs/proxito/views/hosting.py b/readthedocs/proxito/views/hosting.py index d1e986010ed..19cf1db077b 100644 --- a/readthedocs/proxito/views/hosting.py +++ b/readthedocs/proxito/views/hosting.py @@ -231,7 +231,7 @@ def _v0(self, project, version, build, filename, user): user=user, ) .exclude(hidden=True) - .only("slug") + .only("slug", "type") .order_by("slug") )