From 21a5465d04723db15e002470a4427d4f15d3a8c5 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Fri, 14 Aug 2015 17:50:29 -0400 Subject: [PATCH] update CHANGELOG for #63 [ci skip] --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7207352b8..3acbc15c0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,7 @@ django-storages change log * Fix Python3K compat issue in apache_libcloud (`#52`_) * Fix Google Storage backend not respecting ``GS_IS_GZIPPED`` setting (`#51`__, `#60`_) thanks @stmos * Rename FTP ``_name`` attribute to ``name`` which is what the Django ``File`` api is expecting (`#70`_) +* Put ``StorageMixin`` first in inheritance to maintain backwards compat with older versions of Django (`#63`_) .. __: https://github.com/jschneier/django-storages/pull/36 .. _#41: https://github.com/jschneier/django-storages/pull/41 @@ -16,6 +17,7 @@ django-storages change log .. __: https://github.com/jschneier/django-storages/pull/51 .. _#60: https://github.com/jschneier/django-storages/pull/60 .. _#70: https://github.com/jschneier/django-storages/pull/70 +.. _#63: https://github.com/jschneier/django-storages/pull/63 1.2.3 (2015-03-14)