~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/model/publishing.py

Merge db-devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
953
953
        return self.binarypackagerelease.version
954
954
 
955
955
    @property
 
956
    def architecture_specific(self):
 
957
        """See `IBinaryPackagePublishingHistory`"""
 
958
        return self.binarypackagerelease.architecturespecific
 
959
 
 
960
    @property
956
961
    def priority_name(self):
957
962
        """See `IBinaryPackagePublishingHistory`"""
958
963
        return self.priority.name