We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffac169 commit 5d541a9Copy full SHA for 5d541a9
CHANGELOG.rst
@@ -1,6 +1,17 @@
1
django-storages CHANGELOG
2
=========================
3
4
+1.9.1 (2020-02-03)
5
+******************
6
+
7
+S3
8
+--
9
10
+- Fix reading files with ``S3Boto3StorageFile`` (`#831`_, `#833`_)
11
12
+.. _#831: https://github.com/jschneier/django-storages/issues/831
13
+.. _#833: https://github.com/jschneier/django-storages/pull/833
14
15
1.9 (2020-02-02)
16
****************
17
storages/__init__.py
@@ -1 +1 @@
-__version__ = '1.9'
+__version__ = '1.9.1'
0 commit comments