~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/doc/security-teams.txt

[r=sinzui][bug=80902][incr] Fix BugTask.transitionToTarget to permit
 DistroSeries<->SourcePackage transitions, where the series matches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
    >>> from lp.bugs.interfaces.bugtask import IBugTask
231
231
 
232
232
    >>> old_state = Snapshot(bug_in_evolution, providing=IBugTask)
233
 
    >>> bug_in_evolution.transitionToTarget(thunderbird)
 
233
    >>> bug_in_evolution.product = thunderbird
234
234
    >>> bug_product_changed = ObjectModifiedEvent(
235
235
    ...     bug_in_evolution, old_state, ["product"])
236
236