Part of lp.registry.browser.product View In Hierarchy
Known subclasses: lp.code.browser.branchlisting.ProductBranchesView, lp.code.browser.branchlisting.ProductBranchSummaryView, lp.registry.browser.milestone.MilestoneTagView, lp.registry.browser.milestone.MilestoneView, lp.registry.browser.product.ProductDownloadFilesView, lp.registry.browser.product.ProductView
| Method | product | Product with all series, release and file data cached. |
| Method | deleteFiles | Delete the selected files from the set of releases. |
| Method | getReleases | Find the releases with download files for view. |
| Method | processDeleteFiles | If the 'delete_files' button was pressed, process the deletions. |
| Method | latest_release_with_download_files | Return the latest release with download files. |
| Method | has_download_files | Undocumented |
Decorated classes are created, and they contain cached data obtained with a few queries rather than many iterated queries.
| Parameters | releases | A set of releases in the view. |
| Returns | The number of files deleted. | |