Skip to content

Commit

Permalink
shipper: models: exclude download count from audit log
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Jul 3, 2021
1 parent aacfc96 commit 5c6af97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shipper/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ def __str__(self):
# Register all models to audit log
auditlog.register(Device)
auditlog.register(MirrorServer)
auditlog.register(Build)
auditlog.register(Build, exclude_fields=['download_count'])

0 comments on commit 5c6af97

Please sign in to comment.