Skip to content

Releases: Cadasta/django-buckets

0.1.25

02 May 16:26
f6d7c8b
Compare
Choose a tag to compare

Fixes

  • Adapt URLs written to the database to new URL schema (#53)

Changes

  • Dependencies updates (#47, #50)
    • boto3 (1.7.4)
    • tox (3.0.0)
    • pytest-django (3.2.1)
    • pytest (3.5.0)
    • djangorestframework (3.8.2)

0.1.24

13 Feb 07:27
193699e
Compare
Choose a tag to compare

Changes

  • Dependency updates (#45, #46)
    • boto3 (1.5.23)
    • djangorestframework (3.7.7)
    • pytest (3.4.0)
    • factory-boy (2.10.0)

Fixes

  • Re-enable submit button after upload error (#48)

0.1.23

04 Dec 13:49
Compare
Choose a tag to compare
  • Add support for Django 2.0
  • Dependencies upgrades
  • Make sure all files are closed

0.1.22

04 Aug 07:24
Compare
Choose a tag to compare

Bug fixes

  • Include include_package_data=True intp setup.py (#35)
  • Clear errors when a new file is uploaded (#34)

0.1.21

28 Jul 08:26
Compare
Choose a tag to compare

New Features

  • Adds option to set the maximum-allowed file size for uploads (#32).

Improvements and bug fixes

  • Make key a required argument for storage.get_signed_url() (#23)
  • Add string interpolation to enable translation for "Remove" link (#31)
  • Add quotation marks missing to define string in README (#29)
  • Upgrades dependencies

0.1.20

06 Apr 07:08
Compare
Choose a tag to compare
  • Updates Django to 1.10.7 to close security vulnerabilities

0.1.19

02 Jan 09:15
Compare
Choose a tag to compare
  • 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

05 Oct 09:03
Compare
Choose a tag to compare
Merge pull request #13 from Cadasta/delete-fixes

Delete fixes

0.1.17

05 Oct 08:19
Compare
Choose a tag to compare
  • Adds capabilities to delete file from S3.
  • Fixes #9: S3 resources are deleted via an API endpoint, when the remove link is clicked

v0.1.2

24 May 13:56
Compare
Choose a tag to compare

Adds serializers.S3Field to use in for serialization in DRF serializers.