~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/distroseries.py

[r=sinzui][ui=beuno][bug=340934] Adds "Create milestone" form that
        allows you to create milestone also.

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
class IDistroSeriesEditRestricted(Interface):
114
114
    """IDistroSeries properties which require launchpad.Edit."""
115
115
 
116
 
    def newMilestone(name, dateexpected=None, summary=None):
 
116
    def newMilestone(name, dateexpected=None, summary=None, code_name=None):
117
117
        """Create a new milestone for this DistroSeries."""
118
118
 
119
119