++++++++++++++++++
- ``gstorage.storage.Storage`` implements the interface expected from
``django.core.files.storage.Storage``. The only **supported interface**
at this point is ``storage._save``, and other methods are experimental.
- Support Python 3.4 for new Django (1.9 and 1.10)
- Added an example project showing use of django-gstorage