Use number instead of decimal integer presentation

This commit is contained in:
tcely 2025-04-22 20:35:09 -04:00 committed by GitHub
parent ead75913a8
commit 8bba17c2dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1951,7 +1951,7 @@ class MetadataFormat(models.Model):
def __str__(self):
template = '#{} "{}" from {}: {}'
template = '#{:n} "{}" from {}: {}'
return template.format(
self.number,
self.key,