Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 3.61 KB

CHANGELOG.rst

File metadata and controls

63 lines (53 loc) · 3.61 KB

django-storages change log

1.1.5 (2012-07-18)

  • Merged pull request #36 from freakboy3742 Keith-Magee, improvements to Apache Libcloud backend and docs
  • Merged pull request #35 from atodorov, allows more granular S3 access settings
  • Add support for SSL in Rackspace Cloudfiles backend
  • Fixed the listdir() method in s3boto backend, fixes #57
  • Added base url tests for safe_join in s3boto backend
  • Merged pull request #20 from alanjds, fixed SuspiciousOperation warning if AWS_LOCATION ends with '/'
  • Added FILE_BUFFER_SIZE setting to s3boto backend
  • Merged pull request #30 from pendletongp, resolves #108, #109 and #110
  • Updated the modified_time() method so that it doesn't require dateutil. fixes #111
  • Merged pull request #16 from chamal, adds Apache Libcloud backend
  • When preloading the S3 metadata make sure we reset the files key during saving to prevent stale metadata
  • Merged pull request #24 from tobias.mcnulty, fixes bug where s3boto backend returns modified_time in wrong time zone
  • Fixed HashPathStorage.location to no longer use settings.MEDIA_ROOT
  • Remove download_url from setup file so PyPI dist is used

1.1.4 (2012-01-06)

  • Added PendingDeprecationWarning for mosso backend
  • Merged pull request #13 from marcoala, adds SFTP_KNOWN_HOST_FILE setting to SFTP storage backend
  • Merged pull request #12 from ryankask, fixes HashPathStorage tests that delete remote media
  • Merged pull request #10 from key, adds support for django-mongodb-engine 0.4.0 or later, fixes GridFS file deletion bug
  • Fixed S3BotoStorage performance problem calling modified_time()
  • Added deprecation warning for s3 backend, refs #40
  • Fixed CLOUDFILES_CONNECTION_KWARGS import error, fixes #78
  • Switched to sphinx documentation, set official docs up on http://django-storages.rtfd.org/
  • HashPathStorage uses self.exists now, fixes #83

1.1.3 (2011-08-15)

  • Created this lovely change log
  • Fixed #89: broken StringIO import in CloudFiles backend
  • Merged pull request #5: HashPathStorage path bug