def human_readable_download_count(self): """Convert download_count to human readable form. """ return hr_size(self.download_count)
def human_readable_download_count(self): return hr_size(self.download_count)