Skip to content

Commit fe4243a

Browse files
committed
Added a comment warning about DocumentComment.rfc_flag
- Legacy-Id: 1915
1 parent dd0a518 commit fe4243a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/idtracker/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ class DocumentComment(models.Model):
655655
(2, 'comment'),
656656
)
657657
document = models.ForeignKey(IDInternal)
658+
# NOTE: This flag is often set incorrectly -- avoid using
658659
rfc_flag = models.IntegerField(null=True, blank=True)
659660
public_flag = models.IntegerField()
660661
date = models.DateField(db_column='comment_date')

0 commit comments

Comments
 (0)