~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

pocomment becomes the last member of the Condemned 36.

Show diffs side-by-side

added added

removed removed

Lines of Context:
261
261
        schema=TranslationPermission, default=TranslationPermission.OPEN)
262
262
    active = True
263
263
    max_bug_heat = Int()
 
264
    package_derivatives_email = StringCol(notNull=False, default=None)
264
265
 
265
266
    def __repr__(self):
266
267
        displayname = self.displayname.encode('ASCII', 'backslashreplace')