~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/doc/mailinglists.txt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-31 00:16:50 UTC
  • mfrom: (14606.3.7 apocaremains)
  • Revision ID: launchpad@pqm.canonical.com-20111231001650-pjeyhfjhm6mg3yp8
[r=wgrant][no-qa] Merge canonical.database into lp.services.database.

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
    ACTIVE
179
179
    >>> print email_set.getByEmail(list_one.address).status.name
180
180
    VALIDATED
181
 
    >>> from canonical.database.sqlbase import get_transaction_timestamp
 
181
    >>> from lp.services.database.sqlbase import get_transaction_timestamp
182
182
    >>> transaction_timestamp = get_transaction_timestamp()
183
183
    >>> list_one.date_activated == transaction_timestamp
184
184
    True