~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/doc/hwdb.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2012-01-05 05:05:42 UTC
  • mfrom: (14632.1.5 implied-account)
  • Revision ID: launchpad@pqm.canonical.com-20120105050542-b4m54slx2mqa8htl
[r=wgrant][no-qa] EmailAddressSet.new now infers account from person
        if not specified explicitly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
408
408
the field `owner` is updated.
409
409
 
410
410
    >>> email = getUtility(IEmailAddressSet).new(
411
 
    ...     u'beeblebrox@beeblebrox.net', user, account=user.account)
 
411
    ...     u'beeblebrox@beeblebrox.net', user)
412
412
    >>> transaction.commit()
413
413
    >>> login_person(user)
414
414
    >>> user.validateAndEnsurePreferredEmail(email)