Releases: codingjoe/django-s3file
Releases · codingjoe/django-s3file
5.0.2
- Fix deployment check return value
5.0.1
- Make AWS_LOCATION setting optional
5.0.0
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:
Officially supported Python versions:
4.2.0
- Fix #93 -- Always use POSIX style S3 keys (windows issue)
- Switch to shorter base64 encoded UUID in S3 key
4.1.0
- Add Django 2.1 support (no code change, test suite only)
- Fix #86 -- Catch and log file not found exception
4.0.2
- Fix content-type POST conditions (#83)
4.0.1
- Move readme from Markdown to reStructuredText
4.0.0
- 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
- Fix -- Add multi mimetype support for accept attr
3.0.4
- Fix -- Pass submit value to backend