Added
- First version of this changelog.
- Custom storages setting (with multiple fallbacks) for all FileFields in app:
* Datafreezer will first look for custom S3 settings, applying a django-storages `S3BotoStorage` subclass if S3 credentials are available.
* If no custom S3 settings are provided, Datafreezer will look for and apply a custom storage class, as defined in `settings.py`.
* Failing both these options, Datafreezer will default to the project-wide file storage class.