Releases: Cadasta/django-buckets
Releases · Cadasta/django-buckets
0.1.25
0.1.24
0.1.23
- Add support for Django 2.0
- Dependencies upgrades
- Make sure all files are closed
0.1.22
0.1.21
New Features
- Adds option to set the maximum-allowed file size for uploads (#32).
Improvements and bug fixes
0.1.20
- Updates Django to 1.10.7 to close security vulnerabilities
0.1.19
- When a file is removed from storage that does not exist, the operation does not throw an exception any longer. This is in line with the behaviour of boto.
- Behaviour of removing files was changed: Files are only removed from storage when the model is saved and not prematurely whenever the file is removed from the form.
- Adds mime type lookup to form, which allows developers to define a list of file extensions and their corresponding mime types that are allowed for upload.
0.1.18
Merge pull request #13 from Cadasta/delete-fixes Delete fixes
0.1.17
v0.1.2
Adds serializers.S3Field
to use in for serialization in DRF serializers.