Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update django-storages to 1.5.2 #42

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Collaborator

There's a new version of django-storages available.
You are currently using 1.5.1. I have updated it to 1.5.2

These links might come in handy: PyPI | Changelog | Repo

Changelog

1.5.2


  • Actually use SFTP_STORAGE_HOST in SFTPStorage backend (204_ thanks jbittel)
  • Fix S3Boto3Storage to avoid race conditions in a multi-threaded WSGI environment (238_ thanks jdufresne)
  • Fix trying to localize a naive datetime when settings.USE_TZ is False in S3Boto3Storage.modified_time.
    (thanks to tomchuk and piglei for the reports and the patches, 235, 234)
  • Fix automatic bucket creation in S3Boto3Storage when AWS_AUTO_CREATE_BUCKET is True (196_ thanks linuxlewis)
  • Improve the documentation for the S3 backends (thanks to various contributors!)

.. _204: jschneier/django-storages#204
.. _238: jschneier/django-storages#238
.. _234: jschneier/django-storages#234
.. _235: jschneier/django-storages#235
.. _196: jschneier/django-storages#196

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖

@tnir
Copy link
Owner

tnir commented Jan 16, 2017

@pyup-bot rebase this PR.

@tnir tnir closed this Jan 16, 2017
@tnir tnir deleted the pyup-update-django-storages-1.5.1-to-1.5.2 branch January 16, 2017 08:12
@tnir
Copy link
Owner

tnir commented Jan 16, 2017

See #45

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants