~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/model/translationsperson.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-08-27 17:59:24 UTC
  • mfrom: (11382.5.6 bug-517700)
  • Revision ID: launchpad@pqm.canonical.com-20100827175924-xstdxqrckks5brm5
[r=adeuring][ui=none][bug=484375,
        517700] +translate "bubble help" for new translators

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        entries = Store.of(self.person).find(POFileTranslator, conditions)
78
78
        return entries.order_by(Desc(POFileTranslator.date_last_touched))
79
79
 
 
80
    def hasTranslated(self):
 
81
        """See `ITranslationsPerson`."""
 
82
        return self.getTranslationHistory().any() is not None
 
83
 
80
84
    @property
81
85
    def translation_history(self):
82
86
        """See `ITranslationsPerson`."""