~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/doc/sprint-agenda.txt

  • Committer: William Grant
  • Date: 2011-09-27 04:40:23 UTC
  • mfrom: (7675.1243.1 db-bug-735621)
  • mto: This revision was merged to the branch mainline in revision 14057.
  • Revision ID: william.grant@canonical.com-20110927044023-0c2qf0kkt5sahyt4
Merge jtv's unlanded LaunchpadCronScriptification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
It is possible to revise your choice, declining the spec. This should update
43
43
the date_decided.
44
44
 
45
 
    >>> from lp.services.database.sqlbase import get_transaction_timestamp
 
45
    >>> from canonical.database.sqlbase import get_transaction_timestamp
46
46
    >>> transaction_timestamp = get_transaction_timestamp()
47
47
 
48
48
    # Nobody is allowed to write directly to SprintSpecification.date_decided,