Skip to main content

A model field to store a file size, whose edition and display shows units.

Project description

django-sizefield is a file size field, stored as BigInteger and rendered with units in Bytes (KB, MB, …)

https://travis-ci.org/leplatrem/django-sizefield.png https://coveralls.io/repos/leplatrem/django-sizefield/badge.png

INSTALL

pip install django-sizefield

USAGE

Model field

class Data(models.Model):
    path = models.FilePathField()
    size = FileSizeField()

The model form will have a TextInput, which renders the value with units, and accepts values with or without units.

Template filter

It adds units to any number value:

{% load sizefieldtags %}

{{ value|filesize }}

will render 12.3KB (for example)

AUTHORS

LICENSE

  • Lesser GNU Public License

CHANGELOG

1.0.0 (2019-06-21)

  • Fix support of Django 1.11/2

0.9.1 (2016-04-13)

  • Fix lazy loading of translation infrastructure (#15, thanks @cemiarni).

0.9 (2015-11-12)

  • Add support for unitless values (#13, thanks @megapctr)

0.8 (2015-10-04)

  • Add support for Python3 (thanks @naxube)

0.7 (2015-03-13)

  • Add Zetta and Yotta support (thanks @meteozond)

  • Fix bug with big values (fixes #8, thanks @meteozond)

0.6 (2014-09-25)

  • Add Exabytes support (thanks Matt Pritchard)

0.5 (2014-06-18)

  • Fix template tag not support None values (fixes #4)

  • Support comma notation for float values (fixes #5)

0.4 (2013-08-25)

  • Complete refactor by @perez

0.3 (2013-06-08)

  • South support by @meteozond

0.2 (2013-05-31)

  • Petabytes support by @meteozond

0.1 (2011-01-04)

  • Initial working version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-sizefield-1.0.0.tar.gz (7.5 kB view details)

Uploaded Source

File details

Details for the file django-sizefield-1.0.0.tar.gz.

File metadata

  • Download URL: django-sizefield-1.0.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.8.1 pkginfo/1.4.1 requests/2.18.4 setuptools/36.5.0 requests-toolbelt/0.7.0 clint/0.5.1 CPython/2.7.16 Linux/5.0.0-15-generic

File hashes

Hashes for django-sizefield-1.0.0.tar.gz
Algorithm Hash digest
SHA256 094881baf1f7597d7c72c2cca300987f8247ca626e71790455b721c65fe88dc4
MD5 8972fdc705c6b0f1303265399b90a1de
BLAKE2b-256 b65320dfd7b843614409ccd5a318dffda82c2160842cdf33c69dbf56bf24e1e6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page