Django-storages

Latest version: v1.14.3

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

1.2.3

******************

* Variety of FTP backend fixes (fix ``exists``, add ``modified_time``, remove call to non-existent function) (`26`_)
* Apparently the year changed to 2015

.. _26: https://github.com/jschneier/django-storages/pull/26

1.2.2

******************

* Remove always show all warnings filter (`21`_)
* Release package as a wheel
* Avoid resource warning during install (`20`__)
* Made ``S3BotoStorage`` deconstructible (previously only ``S3BotoStorageFile`` was deconstructible) (`19`_)

.. _21: https://github.com/jschneier/django-storages/pull/21
.. __: https://github.com/jschneier/django-storages/issues/20
.. _19: https://github.com/jschneier/django-storages/pull/19

1.2.1

******************

* **Deprecation:** Issue warning about ``parse_ts_extended``
* **Deprecation:** mongodb backend - django-mongodb-engine now ships its own storage backend
* Fix ``storage.modified_time`` crashing on new files when ``AWS_PRELOAD_METADATA=True`` (`11`_, `12`__, `14`_)

.. _11: https://github.com/jschneier/django-storages/pull/11
__ https://github.com/jschneier/django-storages/issues/12
.. _14: https://github.com/jschneier/django-storages/pull/14

1.2

****************

* **Breaking:** Remove legacy S3 storage (`1`_)
* **Breaking:** Remove mosso files backend (`2`_)
* Add text/javascript mimetype to S3BotoStorage gzip allowed defaults
* Add support for Django 1.7 migrations in S3BotoStorage and ApacheLibCloudStorage (`5`_, `8`_)
* Python3K (3.3+) now available for S3Boto backend (`4`_)

.. _8: https://github.com/jschneier/django-storages/pull/8
.. _5: https://github.com/jschneier/django-storages/pull/5
.. _4: https://github.com/jschneier/django-storages/pull/4
.. _1: https://github.com/jschneier/django-storages/issues/1
.. _2: https://github.com/jschneier/django-storages/issues/2


**NOTE**: Version 1.1.9 is the first release of django-storages after the fork.
It represents the current (2014-12-08) state of the original django-storages in
master with no additional changes. This is the first release of the code base
since March 2013.

1.1.9

******************

* Fix syntax for Python3 with pull-request `91`_
* Support pushing content type from File object to GridFS with pull-request `90`_
* Support passing a region to the libcloud driver with pull-request `86`_
* Handle trailing slash paths fixes `188`_ fixed by pull-request `85`_
* Use a SpooledTemporaryFile to conserve memory in S3BotoFile pull-request `69`_
* Guess content-type for S3BotoStorageFile the same way that _save() in S3BotoStorage does
* Pass headers and response_headers through from url to generate_url in S3BotoStorage pull-request `65`_
* Added AWS_S3_HOST, AWS_S3_PORT and AWS_S3_USE_SSL settings to specify host, port and is_secure in pull-request `66`_

.. _91: https://bitbucket.org/david/django-storages/pull-request/91/
.. _90: https://bitbucket.org/david/django-storages/pull-request/90/
.. _86: https://bitbucket.org/david/django-storages/pull-request/86/
.. _188: https://bitbucket.org/david/django-storages/issue/188/s3boto-_clean_name-is-broken-and-leads-to
.. _85: https://bitbucket.org/david/django-storages/pull-request/85/
.. _69: https://bitbucket.org/david/django-storages/pull-request/69/
.. _66: https://bitbucket.org/david/django-storages/pull-request/66/
.. _65: https://bitbucket.org/david/django-storages/pull-request/65/


**Everything Below Here Was Previously Released on PyPI under django-storages**

1.1.8

Not secure
******************

* Fixes `156`_ regarding date parsing, ValueError when running collectstatic
* Proper handling of boto dev version parsing
* Made SFTP URLs accessible, now uses settings.MEDIA_URL instead of sftp://

.. _156: https://bitbucket.org/david/django-storages/issue/156/s3boto-backend-valueerror-time-data-thu-07

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.