Skip to content

Releases: codingjoe/django-s3file

5.0.2

03 Jul 17:35
Compare
Choose a tag to compare
  • Fix deployment check return value

5.0.1

03 Jul 13:07
Compare
Choose a tag to compare
  • Make AWS_LOCATION setting optional

5.0.0

03 Jul 07:22
Compare
Choose a tag to compare

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

4.2.0

27 Feb 09:14
Compare
Choose a tag to compare
  • Fix #93 -- Always use POSIX style S3 keys (windows issue)
  • Switch to shorter base64 encoded UUID in S3 key

4.1.0

01 Nov 12:40
7c7b2fd
Compare
Choose a tag to compare
  • Add Django 2.1 support (no code change, test suite only)
  • Fix #86 -- Catch and log file not found exception

4.0.2

12 Mar 13:27
b270658
Compare
Choose a tag to compare
  • Fix content-type POST conditions (#83)

4.0.1

10 Mar 14:45
Compare
Choose a tag to compare
  • Move readme from Markdown to reStructuredText

4.0.0

10 Mar 14:24
Compare
Choose a tag to compare
  • 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)

3.0.5

13 Nov 14:32
3.0.5
Compare
Choose a tag to compare
  • Fix -- Add multi mimetype support for accept attr

3.0.4

13 Nov 12:09
3.0.4
Compare
Choose a tag to compare
  • Fix -- Pass submit value to backend