~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distribution.py

Merged pending-db-changes into db-cleanups.

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
    uploaders = Attribute(_(
283
283
        "ArchivePermission records for uploaders with rights to upload to "
284
284
        "this distribution."))
 
285
    package_derivatives_email = TextLine(
 
286
        title=_("Package Derivatives Email Address"),
 
287
        description=_(
 
288
            "The email address to send information about updates to packages "
 
289
            "that are derived from another distribution. The sequence "
 
290
            "{package_name} is replaced with the actual package name."),
 
291
        required=False)
285
292
 
286
293
    # properties
287
294
    currentseries = exported(