Opened 16 years ago

Closed 16 years ago

Last modified 16 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 16 years ago.
initial patch against latest trunk

Download all attachments as: .zip

Change History (4)

by Marc Fargas, 16 years ago

Attachment: filesizeformat.diff added

initial patch against latest trunk

comment:1 by Marc Fargas, 16 years ago

Has patch: set

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

comment:2 by Simon Greenhill <dev@…>, 16 years ago

Resolution: invalid
Status: newclosed

Like filesizeformat does? :)

comment:3 by Marc Fargas, 16 years ago

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

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