Skip to content

Releases: ImperialCollegeLondon/django-drf-filepond

v0.1.2

06 Sep 17:16
Compare
Choose a tag to compare

Further fix in relation to creation of new migrations due to the use of a dynamic file storage path in the models. Resolves issue #13.

v0.1.1

03 Aug 17:21
Compare
Choose a tag to compare
  • Resolved issue #13

v0.1.0

23 May 15:03
Compare
Choose a tag to compare
  • drf dependency version updated
  • first non-pre-release version

v0.0.5

20 Feb 21:43
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

v0.0.5 includes the following new features:

  • Adds support for filepond's load/restore functions (issue #2)
  • Add config option to disable deletion of temporary directories if required (issue #3)
  • Added support for alternative filepond element name in upload data (issue #4)

There are also various updates to the tests and documentation.

v0.0.4

19 Jan 20:32
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Added support for new fetch functionality in filepond where the client makes a HEAD request to the fetch endpoint

  • Updated documentation with new logging info

  • Minor updates/bug fixes

v0.0.2

05 Dec 18:05
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Restructured file storage to use a separate directory for each upload
  • Updated docs + tutorial
  • Fixed Python 2.7 support for running tests

v0.0.1

03 Dec 22:37
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial pre-release