Skip to content

Commit

Permalink
convert extreme pycon and invited
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Jan 14, 2011
1 parent 2cf7821 commit bbf030e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pycon_project/apps/review/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ def promote_proposal(proposal):
audience_level=proposal.audience_level,
submitted=proposal.submitted,
speaker=proposal.speaker,
extreme_pycon=proposal.extreme_pycon,
invited=proposal.invited,
)

for speaker in proposal.additional_speakers.all():
Expand Down

0 comments on commit bbf030e

Please sign in to comment.