Opened 18 years ago

Closed 18 years ago

#2466 closed enhancement (invalid)

[patch] Add a 'filesize' filter to the 'humanize' template tags

Reported by: parlar@… Owned by: Adrian Holovaty
Component: Contrib apps Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This patch adds a new filter 'filesize', which is meant to take in values from the get_XXX_size method of FileFields.

This will return the filesize in a human-friendly format. For example:

1) 654392 would be returned as "543.39KB"

2) 1926876 would be returned as "1.92MB"

3) 1827381726 would be returned as "1.83GB"

Attachments (1)

filesize.diff (1.2 KB ) - added by parlar@… 18 years ago.
[patch] Patch for ticket

Download all attachments as: .zip

Change History (2)

by parlar@…, 18 years ago

Attachment: filesize.diff added

[patch] Patch for ticket

comment:1 by parlar@…, 18 years ago

Resolution: invalid
Status: newclosed

This already exists as 'filesizeformat'

Note: See TracTickets for help on using tickets.
Back to Top