Part of lp.registry.interfaces.productseries View In Hierarchy
Method | __getitem__ | Return the ProductSeries with the given id. |
Method | get | Return the ProductSeries with the given id. |
Method | findByTranslationsImportBranch | Find all series importing translations from the branch. |
Raise NotFoundError if there is no such series.
Return the default value if there is no such series.
Returns all product series that have the given branch set as their branch and that have translation imports enabled on it. :param branch: The branch to filter for. XXX: henninge 2010-03-16 bug=521095: The following parameter should go away once force_translations_upload becomes a product series instead of a boolean. :param force_translations_upload: Actually ignore if translations are enabled for this series.