Skip to content

v0.2.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jcohen02 jcohen02 released this 20 Sep 10:36

This is rc1 for django-drf-filepond v0.2.0. It contains new features, significant updates to the documentation and minor bug fixes.

New features:

  • Support for storing uploads to remote file storage using django-storages storage backends
  • Support for deletion of stored uploads via the API
  • Support for reading stored uploads directly from remote storage using the filepond load endpoint

Documentation:

  • A new advanced section to the tutorial detailing the use of remote storage backends along with example view code for your application demonstrating how to handle storage of filepond temporary uploads.
  • Updates to configuration section detailing how to configure use of a remote storage backend.