Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#6391 closed (invalid)

Humanize file sizes

Reported by: Marc Fargas Owned by: nobody
Component: Contrib apps Version: dev
Severity: 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

django.contrib.humanize provides some usefull humanizations but maybe we could add a humanizer for File Sizes
which is a common case, and to be DRY it could come with every django distribution all around!

Attachments (1)

filesizeformat.diff (1.6 KB) - added by Marc Fargas 15 years ago.
initial patch against latest trunk

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Marc Fargas

Attachment: filesizeformat.diff added

initial patch against latest trunk

comment:1 Changed 15 years ago by Marc Fargas

Has patch: set

It does not have tests as nothing in humanize has (¿)

comment:2 Changed 15 years ago by Simon Greenhill <dev@…>

Resolution: invalid
Status: newclosed

Like filesizeformat does? :)

comment:3 Changed 15 years ago by Marc Fargas

silly me :)
/me is blind!
sorry! ;)

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