~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/model/product.py

  • Committer: Jelmer Vernooij
  • Date: 2011-09-01 10:58:21 UTC
  • mfrom: (13843 devel)
  • mto: This revision was merged to the branch mainline in revision 13845.
  • Revision ID: jelmer@canonical.com-20110901105821-ny0sc6lh77ps0ljm
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
    date_next_suggest_packaging = UtcDateTimeCol(default=None)
387
387
 
388
388
    @property
 
389
    def pillar_category(self):
 
390
        """See `IPillar`."""
 
391
        return "Project"
 
392
 
 
393
    @property
389
394
    def official_codehosting(self):
390
395
        # XXX Need to remove official_codehosting column from Product
391
396
        # table.