Skip to content

Commit b59db9a

Browse files
committed
Provide DocHistory entries with a docalias_set property (that of the associated document).
- Legacy-Id: 9473
1 parent 2aa28d3 commit b59db9a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ietf/doc/models.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,10 @@ def last_presented(self):
562562
def groupmilestone_set(self):
563563
return self.doc.groupmilestone_set
564564

565+
@property
566+
def docalias_set(self):
567+
return self.doc.docalias_set
568+
565569
class Meta:
566570
verbose_name = "document history"
567571
verbose_name_plural = "document histories"

0 commit comments

Comments
 (0)