~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/bugs/enum.py

  • Committer: Brad Crittenden
  • Date: 2011-08-04 00:59:46 UTC
  • mto: (13627.2.1 bug-813322-2)
  • mto: This revision was merged to the branch mainline in revision 13715.
  • Revision ID: bac@canonical.com-20110804005946-030kaefvuljz5j3z
Horrible checkpoint

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
 
69
69
        The notification has been sent.
70
70
        """)
 
71
 
 
72
    DEFERRED = DBItem(40, """
 
73
        Deferred
 
74
 
 
75
        The notification is deferred.  The recipient list was not calculated
 
76
        at creation time but is done when processed.
 
77
        """)