~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/browser/bugtask.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-11-21 15:36:39 UTC
  • mfrom: (14277.3.16 pre-cache-batches)
  • Revision ID: launchpad@pqm.canonical.com-20111121153639-lyxfti8ldd6q5qpc
[r=bac][bug=888756] Pre-fetch next batch of bug listings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2461
2461
 
2462
2462
    implements(IBugTaskSearchListingMenu)
2463
2463
 
2464
 
    related_features = ['bugs.dynamic_bug_listings.enabled']
 
2464
    related_features = (
 
2465
        'bugs.dynamic_bug_listings.enabled',
 
2466
        'bugs.dynamic_bug_listings.pre_fetch',
 
2467
    )
2465
2468
 
2466
2469
    # Only include <link> tags for bug feeds when using this view.
2467
2470
    feed_types = (