~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/interfaces/specification.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-05-23 01:01:39 UTC
  • mfrom: (13092.1.2 bug-784988)
  • Revision ID: launchpad@pqm.canonical.com-20110523010139-fvdcbaq4xjynqnm6
[r=bac][bug=784988] bulk load data for temp-sprint-export and add
        bulk.load_referencing

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
                "The person responsible for implementing the feature."),
186
186
            vocabulary='ValidPersonOrTeam'),
187
187
        as_of="devel")
 
188
    assigneeID = Attribute('db assignee value')
188
189
    drafter = exported(
189
190
        PublicPersonChoice(
190
191
            title=_('Drafter'), required=False,
192
193
                    "The person responsible for drafting the specification."),
193
194
                vocabulary='ValidPersonOrTeam'),
194
195
        as_of="devel")
 
196
    drafterID = Attribute('db drafter value')
195
197
    approver = exported(
196
198
        PublicPersonChoice(
197
199
            title=_('Approver'), required=False,
200
202
                "and for reviewing the code when it's ready to be landed."),
201
203
            vocabulary='ValidPersonOrTeam'),
202
204
        as_of="devel")
 
205
    approverID = Attribute('db approver value')
203
206
 
204
207
    priority = exported(
205
208
        Choice(