django-s3file

A lightweight file upload input for Django and Amazon S3

MIT License

Downloads
7.3K
Stars
74
Committers
16
django-s3file - 5.0.1

Published by codingjoe over 5 years ago

  • Make AWS_LOCATION setting optional
django-s3file - 5.0.0

Published by codingjoe over 5 years ago

New features

  • Add upload progress JavaScript events to build progress bars
  • Add S3 backend mock for local development and JavaScript ddebugging
  • Service a minified JavaScript version if DEBUG=False
  • Add support for the AWS_LOCATION setting
  • Increase old browser support and switch to es2015

Officially supported Django versions:

  • 1.11 LTS
  • 2.2 LTS

Officially supported Python versions:

  • Python 3.6
  • Python 3.7
django-s3file - 4.2.0

Published by codingjoe over 5 years ago

  • Fix #93 -- Always use POSIX style S3 keys (windows issue)
  • Switch to shorter base64 encoded UUID in S3 key
django-s3file - 4.1.0

Published by codingjoe almost 6 years ago

  • Add Django 2.1 support (no code change, test suite only)
  • Fix #86 -- Catch and log file not found exception
django-s3file - 4.0.2

Published by codingjoe over 6 years ago

  • Fix content-type POST conditions (#83)
django-s3file - 4.0.1

Published by codingjoe over 6 years ago

  • Move readme from Markdown to reStructuredText
django-s3file - 4.0.0

Published by codingjoe over 6 years ago

  • Remove Django 1.8 & 1.10 support
  • Add Django 2.0 support
  • Assign string value to hidden input (#81)
  • Add event listeners in favor of overloading attributes (#80)
  • Remove submit logic from click event handler (#79)
django-s3file - 3.0.5

Published by codingjoe almost 7 years ago

  • Fix -- Add multi mimetype support for accept attr
django-s3file - 3.0.4

Published by codingjoe almost 7 years ago

  • Fix -- Pass submit value to backend
Package Rankings
Top 7.0% on Pypi.org
Badges
Extracted from project README
PyPi Version Test Coverage GitHub license
Related Projects