Skip to content

Commit

Permalink
Addons: expand db query to get the type as well (#10829)
Browse files Browse the repository at this point in the history
  • Loading branch information
humitos authored Oct 19, 2023
1 parent dc3e5f2 commit 0fa1116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs/proxito/views/hosting.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
)

Expand Down

0 comments on commit 0fa1116

Please sign in to comment.