Commit d5f5e07
authored
Add Project queryset
This was missing from the queryset, causing the templates to use
`Project.get_latest_build(finished=True)`, effectively. When using
`prefetch_latest_build()`, the response from `get_latest_build` is the
first build of _any_ build state.
- Refs readthedocs/ext-theme#607
- Refs #11840prefetch_latest_build() to project filter (#12225)1 parent 1d50bb7 commit d5f5e07
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
142 | 147 | | |
143 | 148 | | |
144 | 149 | | |
| |||
0 commit comments