Skip to content

Commit

Permalink
docs: Add PII annotations (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril authored Dec 10, 2024
1 parent 259285a commit 5dfa8cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions completion/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ class BlockCompletion(TimeStampedModel, models.Model):
calculations are performed on this float, though current practice is to
only track binary completion, where 1.0 indicates that the block is
complete, and 0.0 indicates that the block is incomplete.
.. no_pii:
"""
id = BigAutoField(primary_key=True) # pylint: disable=invalid-name
user = models.ForeignKey(User, on_delete=models.CASCADE)
Expand Down

0 comments on commit 5dfa8cf

Please sign in to comment.