Releases: klis87/django-cloudinary-storage
Releases · klis87/django-cloudinary-storage
v0.3.0
Added Django 2 support and removed Python 3 support
v0.2.3
Added PREFIX
to CLOUDINARY_STORAGE
settings, which defaults to MEDIA_URL
. Thanks to @seroy
v0.2.2
app_settings.py
no longer depends on the presence of BASE_DIR
variable in settings.py
.
Fixes #9
v0.2.1
Added support for Django 1.11 and Python 3.6
v0.2.0
References issue #4:
Implemented static_cloudinary
template tag.
v0.1.9
Fixed issue #3 :
Implemented size
method.
v0.1.8
Fixed issue #1:
Added path conversion from Windows to Unix style in MediaCloudinaryStorage_save
.
v0.1.7
Updated setup.py version to 0.1.7