This confused the hell out of me:
+ if self.distroseries.parent.id == self.parent.parent.id: + self._checkBuilds()
until I realised that DistroSeries.parent is a cheeky synonym for .distribution. Could you consider changing this to use .distribution instead?
Otherwise, looks good, and I like the way you punctuate :)
« Back to merge proposal
This confused the hell out of me:
+ if self.distroseri es.parent. id == self.parent. parent. id:
+ self._checkBuilds()
until I realised that DistroSeries.parent is a cheeky synonym for
.distribution. Could you consider changing this to use .distribution
instead?
Otherwise, looks good, and I like the way you punctuate :)