~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/features/flags.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-29 18:11:29 UTC
  • mfrom: (13543.7.1 bug-818032)
  • Revision ID: launchpad@pqm.canonical.com-20110729181129-zvc1nlx8jprha429
[r=bac][bug=818032] Disable Upgrade Packages button.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
     'boolean',
89
89
     'Enables syncing of packages on derivative distributions pages.',
90
90
     ''),
 
91
    ('soyuz.derived_series_upgrade.enabled',
 
92
     'boolean',
 
93
     'Enables mass-upgrade of packages on derivative distributions pages.',
 
94
     ''),
91
95
    ('soyuz.derived_series_jobs.enabled',
92
96
     'boolean',
93
97
     "Compute package differences for derived distributions.",