diff --git a/ietf/doc/models.py b/ietf/doc/models.py index 9275b5410..434096929 100644 --- a/ietf/doc/models.py +++ b/ietf/doc/models.py @@ -649,7 +649,7 @@ class DocumentInfo(models.Model): source__states__slug="active", ) | models.Q(source__type__slug="rfc") - ) + ).distinct() def referenced_by_rfcs(self): """Get refs to this doc from RFCs"""