Part of lp.registry.browser.distributionsourcepackage View In Hierarchy
| Method | initialize | Undocumented |
| Method | label | Undocumented |
| Method | next_url | See LaunchpadFormView. |
| Method | related_ppa_versions | Return a list of the latest 3 ppas with related publishings. |
| Method | further_ppa_versions_url | Return the url used to find further PPA versions of this package. |
| Method | active_distroseries_packages | Cached proxy call to context/get_distroseries_packages. |
| Method | packages_by_active_distroseries | Dict of packages keyed by distroseries. |
| Method | active_series | Return active distroseries where this package is published. |
| Method | published_by_version | Return a dict of publications keyed by version. |
| Method | latest_sourcepackage | Undocumented |
| Method | version_table | Rows of data for the template to render in the packaging table. |
| Method | open_questions | Return result set containing open questions for this package. |
| Method | bugs_answers_usage | Return a dict of uses_bugs, uses_answers, uses_both, uses_either. |
| Method | new_bugtasks_count | Undocumented |
Inherited from DistributionSourcePackageBaseView:
| Method | releases | All releases for this IDistributionSourcePackage. |
The list contains dictionaries each with a key of 'archive' and 'publications'.
Used in the template code that shows the table of versions. The returned series are sorted in reverse order of creation.
| Parameters | sourcepackage | ISourcePackage |