~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/distribution.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-12 16:06:12 UTC
  • mfrom: (14134.2.6 bug-872715)
  • Revision ID: launchpad@pqm.canonical.com-20111012160612-m9kkf1exifsazgxo
[r=gmb][bug=872715] Get rid of builder-related fields from
 distribution:+configure-translations page and ensure TranslationsAdmin can
 modify all the relevant attributes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
387
387
 
388
388
While the other attributes track the other official_ attributes.
389
389
 
390
 
    >>> print ubuntu.translations_usage.name
391
 
    LAUNCHPAD
392
390
    >>> print ubuntu.official_answers
393
391
    True
394
392
    >>> print ubuntu.answers_usage.name
472
470
    Unauthorized: (..., 'official_malone', 'launchpad.Edit')
473
471
    >>> debian.translations_usage = ServiceUsage.LAUNCHPAD
474
472
    Traceback (most recent call last):
475
 
    Unauthorized: (..., 'translations_usage', 'launchpad.Edit')
 
473
    Unauthorized: (..., 'translations_usage', 'launchpad.TranslationsAdmin')
476
474
 
477
475
 
478
476
Specification Listings