- Add support for
set_url_signature
inAuthToken
- Add support for
default_disabled
parameter inMetadataField
- Add support for
rename_folder
Admin API
- Add support for
skip_backup
indelete_folder
Admin API
- Fix
analyze
API endpoint
- Add support for
restrictions
metadata field parameter - Add support for
regions
upload parameter
- Add support for
analyze
API - Add support for
dedicated_for
parameter inupdate_access_key
Provisioning API - Add support for
delete_access_key
in Provisioning API - Add support for
use_fetch_format
parameter in video tag
- Add support for
fields
parameter in Search and Admin APIs
- Fix special characters encoding in
fetch
overlays - Migrate to
pyproject.toml
- Add support for access keys management in Provisioning API
- Add support for
urllib3
version2.0
- Remove unnecessary
else
statements
- Add support for
image_file
invisual_search
Admin API - Add support for
last_login
field inusers
Provisioning API - Add support for
config
Admin API
- Fix fetch video overlay
- Add additional tests for a signed url
- Add support for
on_success
upload parameter - Add support for
visual_search
Admin API
- Add support for Search URL
- Add support for
target_asset_folder
API parameter - Add support for expressions in
start_offset
andend_offset
- Add support for
extra_headers
option in Upload and Admin API - Add support for
add_related_assets_by_asset_ids
anddelete_related_assets_by_asset_ids
- Add support for related assets APIs
- Add support for
SearchFolders
API - Add support for
media_metadata
API parameter - Add support for
clear_invalid
metadata parameter - Add support for
upload_preset
in configuration
- Fix API error handling
- Add support for
resources_by_asset_folder
Admin API - Add support for
unique_display_name
parameter - Add support for
use_asset_folder_as_public_id_prefix
parameter - Add support for
metadata
inupdate
Admin API - Add support for multiple ACLs in
AuthToken
- Move Django static files to
static/cloudinary
- Allow passing callable parameters to
CloudinaryField
- Fix incorrect Provisioning API parameter for
base_account
- Add OS info to
User-Agent
- Add source URL for PyPi
- Improve tests of API response headers
- Extend search resources by asset_id tests
- Add support for multiple tags in
add_tag
,remove_tag
andreplace_tag
- Fix connection reset by peer issue
- Bump
urllib3
to version1.26.5
- Add support for Django 4
- Add tests to verify expression normalization
- Add support for
reorder_metadata_fields
Admin API - Add support for disabling b-frames in
video_codec
transformation parameter
- Fix regression in
upload_resource
function
- Add support for
resources_by_asset_ids
Admin API - Add support for
resource_by_asset_id
Admin API - Add support for
reorder_metadata_field_datasource
Admin API - Add support for folder decoupling
- Add support for
create_slideshow
Upload API - Add support for uploading
pathlib.Path
- Add support for variables in text style
- Remove duplicates in Search API fields
- Fix named parameters normalization issue
- Remove redundant parameter from
update_sub_account
Provisioning API
- Add support for OAuth authorization
- Add support for large file upload in
CloudinaryField
- Add support for
context
andmetadata
parameters inrename
API - Add support for overriding Django settings with env variables
- Add support for
filename_override
upload parameter - Add support for
metadata
parameter inresources
APIs
- Add validation to
generate_auth_token
to enforce url or acl - Fix
normalize_expression
in advanced cases
- Add support for
download_generated_sprite
anddownload_multi
helpers - Add support for
urls
inmulti
andsprite
APIs - Add support for
SHA-256
in auth signatures
- Fix
prepare.sh
script - Fix
pending
parameter of theusers
method of Provisioning API - Change test for
eval
upload parameter - Extract add-on type constants to a separate file
- Add support for list values in metadata
- Add
Python 3.9
support
- Improve add-on tests
- Add support for
date
inusage
Admin API - Add
download_folder
helper method
- Fix typo in docstring for
get_param
- Add test for context metadata as user variables
- Fix Django deprecation warning
- Fix detection integration test
- Add pull request template
- Add
download_backedup_asset
helper method - Add support for
accessibility_analysis
parameter - Add support for
eval
upload parameter
- Detect data URLs with suffix in mime type
- Integrate with sub-account test service
- Fix static files in Django 3.0
- Add Account Provisioning - User Management API
- Add support for 32 char SHA-256 URL signature
- Add
resources_by_context
Admin API
- Fix
Empty file
error in Django file upload - Escape special characters in Admin API URL
- Verify protocol in
CLOUDINARY_URL
andCLOUDINARY_ACCOUNT_URL
- Update issue templates
- Add structured metadata support
- Verify protocol in CLOUDINARY_URL
- Move
mock
library totests_require
- Add
Python 3.8
support - Add
Django 3.0
support - Add
verify_api_response_signature
andverify_notification_signature
util functions
- Fix
normalize_expression
to ignore predefined variables
- Restore
Search
incloudinary
module
- Fix
CLOUDINARY_API_PROXY
environment variable consumption
- Add API proxy support
- Add
duration
andinitial_duration
predefined variables support - Add support for
pow
operator - Add
next_cursor
andmax_results
forroot_folders
andsubfolders
API functions - Add
cinemagraph_analysis
as a parameter forupload
,explicit
, andresource
methods - Add
create_folder
function to the Admin API
- Add .vscode to gitignore
- Add
delete_folder
admin API - Add
live
parameter tocreate_upload_preset
andupdate_upload_preset
admin APIs - Add api options to
CloudinaryField
- Allow generating archive with multiple resource types
- Add support of Django2.2
- Fix missing options in CloudinaryJsFileField
- Fix CloudinaryField options consumption
- Bump urllib3 from 1.19 to 1.24.2 in /samples/gae
- Add
derived_next_cursor
parameter toresource
admin API - Add
filename
option toupload
andupload_large
APIs - Add
force_version
option tocloudinary_url
- Fix
False
value handling inCloudinaryField
- Fix acl and url escaping in
auth_token
generation - Fix base64 data validation regex
- Fix transformations API call
- Fix error raising in uploader for invalid server response
- Ignore URL in AuthToken generation if ACL is provided
- Print traceback if error in tearDown methods
- Support per corner values in
radius
transformation parameter - Fix basic sample incoherent response output
- Fix user-agent unit test assertion
- Add custom
pre
function support - Add
fps
video transformation parameter - Add
quality_analysis
upload parameter - Add
font_antialiasing
andfont_hinting
text style parameters - Add
named
parameter totransformations
admin API - Add
to_type
parameter torename
upload API
- Fix
AuthToken
default start time (use epoch instead of local time) - Validate
keyframe_interval
parameter value - Add padding in
base64url_encode
- Mock upload presets tests
- Fix
test_detection
unit test - Fix video tag tests.
- Add support of custom codecs in video tag
- Add Google Cloud Storage protocol support in upload
- Add support of Python 3.7 and Django 2.1
- Add support for using tuples for list arguments
- Rename
custom_action
tocustom_function
- Test unicode filename
- Add
picture
andsource
tags - Add responsive breakpoints cache
- Add support of streams in
upload_large
. Fixes #120 - Add support for web assembly and lambda functions in transformations.
- Support remote URLs in upload_large API (#155)
- Fix
CloudinaryInput
interface compatibility - Fix
test_support_secure_cdn_subdomain_false_override_with_secure
unit test - Add
retry_assertion
unit test decorator - Add
base64url_encode
utility function - Fix unicode encoding in url (python2). Fixes #87
- Fix account cleanup after tests
- Improve PEP8 compliance (#156)
- Use exact match
=
instead of partial search:
insearch_test
- Improve
search_test
slow indexing failures - Fix
test_explicit
dependency on the file format of the image - Update version script
- Add
srcset
toCloudinaryResource.image
- Add support of "auto" value for
start_offset
transformation parameter - Add language and platform version to user_agent / platform_agent
- Fix
test12_transformations
unit test - Fix case when resource has no width and height
- Update
README
, addConfiguration
subtitle underDjango
- django setup: need to add cloudinary to installed_apps in settings.py (#152)
- Fix raw transformation parameter extra comma
- Fix
test_raw_conversion
unit test
- Support url suffix for shared CDN
- Add
remove_all_tags
touploader
- Add
add_context
andremove_all_context
touploader
- Add
access_control
parameter to uploaderupload
and apiupdate
- Update
_get_val_from_object
method. Fixes #131
- Add
TestCloudinaryFileField
unit test - Add verbosity to Django unit tests in tox.ini
- Fix categorization test
- Merge branch 'add-width-height-fields'. Merges #62
- Add
test_pre_save
forCloudinaryField
- CloudinaryField width_field and height_field attributes like in ImageField
- Add
test_upload_file_io_without_filename
unit test - Support FileIO upload w/preexisting OS descriptors
- Remove default value for
public_ids
argument - Add
test_effect_art_incognito
unit test - Fix
test_download_zip_url_options
unit test with custom upload prefix - Escape
|
and=
characters in API context parameter values
- Add Publish API
- Add
notification_url
param for update API - Add
transformations
parameter to delete_resources APIs - Add support for fetch overlay/underlay
- Add
allow_missing
andskip_transformation_name
parameters to Archive API - Add support of
quality_override
param for update and explicit API
- Update .gitignore
- Print cloud name when testing
- Pass all environment vars to tox tests
- Add documentation to test helpers
- Use dict for Api params
- Add test helper methods
- Pass options to cloudinary_api_url when creating an archive URL. Fixes #130
- Add
max_results
to transformations test - Add test for cursor of transformations (#123)
- Add
api.delete_derived_by_transformation
- Support SSL certificate (#101)
- Add async param to uploader (#115)
- Add TravisCI configuration
- Add
update_version.sh
- Add CONTRIBUTING.md (#113)
- Remove
auto_tagging
failure test - Skip search tests by default
- Fix parallel tests
- Replace
%
withformat()
- Make test more readable
- Mock up tests
- Fix parallel tests
- Remove faces param
- Clean up resources after tests
- Update PKG-INFO
- Update .gitignore
- Update setup.py
- Add Search API
- Add
test_helper.py
- Add
call_json_api
toapi.py
. - Add
logger
to cloudinary. - Mock start_at param test
- Add mocked test for ocr param in update
- Add gravity ocr value tests
- Add mocked test for ocr param in upload
- Merge pull request #94 from rubengrill/fix-unicode-encode-error-cloudinary-url
- Fix UnicodeEncodeError in utils.cloudinary_url
- Add User Defined Variables
- Add migration to remove pub_date in django_tests
- Add support for URL token.
- Rename
auth_token
. - Support nested values in
CLOUDINARY_URL
. - Refactor imports
- Add Akamai token generator
- Add
max_results=500
toapi.resources
invocation in tests - Double encode
,
and/
in text layers - Handle empty CloudinaryField values. Fixes #81, Related to #82
- Revert to in-memory database for tests
- Support passing parameters to both
setup.py test
anddjango-admin.py test
- Set
DJANGO_SETTINGS_MODULE
only in Django tests - Test for string_types instead of str.
- Use
disable_warning()
in network tests.
- Add streaming profiles admin API
- Add Django tests
- Add tox configuration
- Django110 support
- Use urllib3
- Add Archive parameters
allow-missing
,expires_at
,phash
andskip_transformation_name
- Add
keyframe_interval
andstreaming_profile
transformation parameters
- Use restructuredText instead of markdown in README. Update setup.py.
- Add support for Google App Engine.
- Handle file types including streams in upload
- Fix typo in tests
- Fix refactoring bug
- Fix
face_coordinates
test - Fix default value for http headers
- Fix imports
- Import util after defining constants
- PEP 008 and style / refactoring
- Add classifiers to
setup.py
. Fixes #72 - Update gitignore
- Remove django_tests from the package
- Use compatibility methods from six.
- Use the same pool in each API call.
- Modify error handling to match urllib3
- Update
.gitignore
from https://github.com/github/gitignore/blob/master/Python.gitignore - Merge branch 'master' into feature/add-django-tests
- Merge pull request #69 from jarekwg/upgrade/django110
- Support original width and height ("
ow
", "oh
") - Add a tests for
"gravity": "auto"
- New configuration parameter
:client_hints
- Enhanced auto
width
values - Enhanced
quality
values
- Add
next_cursor
totransformation
- Support conditional transformations via the if parameter
- Process all upload parameters for explicit API.
- Fix categorization test criteria
- Delete resources by tag after tests
- Replace
ARCHIVE_TAG
withTEST_TAG
- Add
TEST_IMAGE
andTEST_TAG
- Support python 2/3, and Django 1.7/1.9
- Fix rendering of CloudinaryJsFileField for field update
- Archive generation support
- Support line spacing in text overlay
- Put uploader params in multipart body rather than url
- Support responsive_breakpoints parameter
- Update static assets based on new cloudinary_js repository structure.
- Allow saving and retrieving cloudinary field without version
- Fix default resource type handling when saving models
- Merge pull request #60 from nloadholtes/nloadholtes_python3
- support easy overlay/underlay construction
- skip test_restore and test_upload_mapping if no api_key/api_secret
- support upload_mappings api
- support restore api
- support 'invalidate' in rename and 'invalidate' and 'context' in explicit
- support aspect ratio transformation param
- Adding double quotes to prevent python 2.x from printing empty parens
- Adding parens to print for python 3 compatibility
- Merge pull request #59 from nloadholtes/patch-1
- Doc update
- Merge pull request #58 from netman92/patch-1
- Fixed typo in readme.md
- Merge pull request #46 from rtrajano/master
- Merge branch 'ZeroCater-master'
- get_prep_value returns default instead of None
- Added len function to CloudinaryImage
- Add version script
- Increment version to 1.1.3
- Add
max_length
to settings.
- Update USER_AGENT. Remove max_length restriction from CloudianryField. Rename and reformat CHANGES.txt. * Version 1.1.2 * Update
USER_AGENT
format and allow the setting ofUSER_PLATFORM
* Removemax_length
restriction fromCloudinaryField
* Reformat CHANGES.txt and rename it to CHANGELOG.md * Change PyPI package classifier to "Development Status :: 5 - Production/Stable"
- Increment version to 1.1.2
- Update
USER_AGENT
format and allow the setting ofUSER_PLATFORM
- Remove
max_length
restriction fromCloudinaryField
- Reformat CHANGES.txt and rename it to CHANGELOG.md
- Change PyPI package classifier to "Development Status :: 5 - Production/Stable"
- Increment to v1.1.1
- Update README.md
- python3 compatibility fixes. Solves #50
- Solve resource_type default missing in CloudinaryResource
- Increment to v1.1.0 - Support saving non-image resource types in CloudinaryField. Support storing type information in database. Support video tag and video thumbnail generation. Support video transformation parameters. Support eager_notification_url and eager_async in explicit. Support ftp urls in upload. upload large enhancements. Python3 compatibility fixes.
- Make context check more resilient
- Python3 compat for cloudinary_direct_upload_field
- Fix video public_id cleansing pattern
- Endpoint upload_chunked is no longer needed
- Solve Python3 compatiblity issues
- Support html attributes in video tag
- upload large - test exact size
- Simplify URL detection RE in uploader
- Fix references to CloudinaryImage
- Support new upload_chunked endpoint for large uploads. Fix random_public_id.
- Support ftp urls in upload
- Support eager_notification_url and eager_async in explicit
- Support video tag and video thumbnail generation
- Support saving non-image resource types in CloudinaryField. Support storing type information in database
- Support video transformation parameters
- signed_preloaded_image - allow integer version
- Increment version to v1.0.21: Allow root path for shared CDN
- Allow root path for shared CDN
- Change url for test image from logo to old_logo
- Increment version to v1.0.20: Solve python3 incomptibility errors
- Solve python3 incomptibility errors
- Increment version to v1.0.19: Folder listing. Support tags in upload_large. URL suffix, root URL and secure domain sharding. Support invalidate in bulk delete. GAE support. Allow uploader.upload_image to work on raw files. Support return_delete_token flag in upload. Support custom_coordinates in upload, explicit and update, coordinates flag in resource details. Update jQuery plugin to v1.0.21.
- invalidate in bulk delete
- folder listing. tags in upload_large, url suffix and root ur and secure domain sharding
- add support for GAE. add sample GAE
- Allow uploader.upload_image to work on raw files
- Support return_delete_token flag in upload
- Support custom_coordinates in upload, explicit and update, coordinates flag in resource details
- Increment version to v1.0.18: Support for density pixel ratio (dpr) transformation parameter. Support auto width, auto dpr and responsive width. Support for background_removal parameter in upload and update. Upgrade jQuery plugin to v1.0.18. Support timeouts in API requests. Fix return_error mode when calling api. Allow user to override secure setting. Replace Exception with ValueError. Support auto-securing URLs if django request is enabled and the current page is being served over HTTPS.
- Fix tests to reflect prefix + direction=desc is not supported
- Support for background_removal parameter in upload and update
- Support width auto, dpr auto and responsive width
- Fix return_error mode when calling api
- Merge pull request #35 from ndparker/master
- Merge pull request #34 from MatthiasEgli/master
- add the possibility to add timeouts to api requests
- added transformation option DPR
- Merge pull request #33 from Tekco/master
- Allow user to override secure setting.
- Added support for auto-securing URLs if django.core.context_processors.request is enabled and the current page is being served over HTTPS according to request.is_secure().
- Issue #32 - Replace Exception with ValueError
- Increment to version 1.0.17: Support upload_presets. Support unsigned uploads. Support start_at for resource listing. Support phash for upload and resource details. Support for passing filename to upload_options. Use index of version_info tuple rather than named (added in 2.7). Added introspection rule for Django South. Allow using module when django is available but not configured. Update jQuery library to v1.0.14.
- Issue #30 - allow using module when django is available but not configured
- Support upload_presets. Support unsigned uploads. Support start_at for resource listing. Support phash for upload and resource details
- Support for passing filename to upload_options
- Merge pull request #29 from Tekco/master
- Added introspection rule for Django South
- Use index of version_info tuple rather than named (added in 2.7)
- Increment to version 1.0.16: Support for python3, Update forms.py, Upgrade to v1.0.13 of the jQuery plugin.
- Merge pull request #27 from Jkettler/master
- Update forms.py
- Python3 - Add missing conversions from bytes to unicode
- Support for python3. Thanks to @koorgoo
- Increment to version 1.0.15: Admin API update method. Admin API listing by moderation kind and status. Support moderation status in admin API listing. Support moderation flag in upload. New upload and update API parameters: moderation, ocr, raw_conversion, categorization, detection, similarity_search and auto_tagging. Support uploading large raw files.
- Support for update admin API. Support new moderations and resource info requests. Support uploading large raw files.
- Increment to version 1.0.14: Embedding the external poster package to avoid pip 1.5.x errors. Add support for direction in resource listing.
- add support for direction in resource listing. fix resource listing tests. add very basic sample Flask project.
- skip delete all derived test by deault
- Increment to version 1.0.13: Support overwrite upload parameter. Support tags in admin API resource listing. Support specifying face coordinates in upload API. Support specifying context (currently alt and caption) in upload API and returning context in API. Support specifying allowed image formats in upload API. Support listing resources in admin API by multiple public IDs. Send User-Agent header with client library version in API request. Support for signed-URLs to override restricted dynamic URLs. Use api.Error instead of Exception in uploader module. Support deleting all resources in Admin API.
- add user agent
- support for: context, allowed_formats, face_coordinates, signed_url, search by public ids, context and tags in lists
- Merge pull request #24 from stylight/master
- uploader module: Use api.Error instead of Exception
- add delete_all_resources, add support for overwrite flag in upload, add support for tags flag in resources_by_tag, add support for query parameters in CLOUDINARY_URL
- Increment to version 1.0.12: CloudinaryJsFileField - Handle validation errors in form by redering hidden field with previous upload result. Support unique_filename. Support color transformation parameter.
- CloudinaryJsFileField - Handle validation errors in form by redering hidden field with previous upload result
- add support unique fiename and correctly handle boolean upload parameters
- Support color transformation parameter
- Increment version to v1.0.11: Fix issue when CloudinaryInput with options is rendered twice.
- Fix issue when CloudinaryInput with options is rendered twice
- Increment version to v1.0.10: Support ping to Admin API, Support folder and proxy upload parameters, Escape non-http public_ids. Correct escaping of space and '-'.
- Escape non-http public_ids. Correct escaping of space and -
- Support folder and proxy upload parameters
- Support ping to Admin API
- Increment version to v1.0.9: Support raw data URI, Change secure urls to use *res.cloudinary.com.
- Fix cloudinary-a.akamaihd.net links in README
- Change secure urls to use *res.cloudinary.com
- Support raw data URI
- Fixing issues link
- Adding links to Django documentation and getting started guide
- Increment version to v1.0.8: Issue #18 - Support for other types in addition to 'upload', Fixed issue where a parameter may not be set to 0, Fixed bug with a couple ivars not being set in init, Support discard_original_filename, Support s3 and data:uri urls, Support for zip_download_url. Cleanup of signing code.
- Support for zip_download_url. Cleanup of signing code
- Support s3 and data:uri urls
- Support discard_original_filename
- Merge pull request #22 from spothero/master
- Fixed bug with a couple ivars not being set in init.
- Merge pull request #20 from spothero/master
- quick fix.
- Fixed issue where a parameter may not be set to 0.
- Issue #18 - Support for other types in addition to 'upload'
- Updating readme to link to samples
- Increment version to v1.0.7: Add metadata to CloudinaryImage in upload. Support CloudinaryImage in the cloudinary_url templatetag. Invalidate flags in upload and destroy. Private download link generator. Shorten URL support. Support for folders. Support unsafe transformation update. Support rename
- Fix handling of url_options in CloudinaryImage
- Add metadata to CloudinaryImage in upload
- Support CloudinaryImage in the cloudinary_url templatetag
- Invalidate flags in upload and destroy
- Private download link generator
- Shorten URL support
- Support for folders
- Basic sample: not running cleanup in default, minor text changes
- Merge branch 'fixes' of https://github.com/m0she/pycloudinary
- Support unsafe transformation update
- Support rename
- sample/basic - Add documentations
- sample/basic - make more first-time-user-friendly
- Minor merge before release
- Merge branch 'master' of github.com:cloudinary/pycloudinary
- Issue #15 - Support blank=True in CloudinaryField
- Increment version to v1.0.6: Support Django 1.5, Add cloudinary_direct_upload_field, cloudinary_js_config, cloudinary_url templatetags, Add basic sample, Update documentation
- version 1.0.5
- Django 1.5 support
- Update documentation
- add cloudinary_direct_upload_field and cloudinary_js_config templatetags
- cloudinary templatetag - accept an options_dict arg
- add cloudinary_url templatetag, fix build_url and image in CloudinaryImage
- CloudinaryField - support image without format
- samples/basic - add cleanup
- samples - create basic sample
- Increment version to v1.0.5: Akamai CDN Support
- Akamai support
- Increment version to v1.0.4: Fix tag handing methods of api, Support for sprite, multi and explode apis. Support for new async and notification params, Support for usage API call, Support js files needed for client side image processing in jquery direct upload, Support new image_metadata flag in upload and admin API, Use width/height even if crop is not given
- Fix tag handing methods of api
- Support for sprite, multi and explode apis. Support for new async and notification params
- Support for usage API call
- Fix whitespace issues after merge
- Merge branch 'b1'
- Support js files needed for client side image processing in jquery direct upload
- Support new image_metadata flag in upload and admin API
- Use width/height even if crop is not given
- Fixing indentation
- Fixing indentation
- Increment version to v1.0.3: Open uploaded file in binary mode to solve python windows issues.
- Open uploaded file in binary mode to solve python windows issues
- Increment version to v1.0.2: Supporting opacity transformation parameter, Allow giving pages flag to resource details API.
- Supporting opacity transformation parameter
- Allow giving pages flag to resource details API
- Increment version to v1.0.1: Fix issue 8 - error in serialization, Support for info flags in upload.
- Support for info flags in upload
- Issue 8 - error in serialization
- Increment version to v1.0.0: Renamed url method of CloudinaryImage to build_url to avoid conflicts with the url property. Support keep_original in resource deletion. Support delete_resources_by_tag, Allow supplying unicode url in cloudinary.uploader.upload, Support passing parameters to cloudinary upload. Support upload parameters based on model in CloudinaryField, Support for transformation flags.
- Support for transformation flags
- Merge branch 'master' of github.com:cloudinary/pycloudinary
- Support passing parameters to cloudinary upload. Support upload parameters based on model in CloudinaryField
- Allow supplying unicode url in cloudinary.uploader.upload
- Support delete_resources_by_tag Support keep_original in resource deletion
- Increment version to v0.2.8: Change delete_resources_by_prefix to match other signatures, Support max_results in resource drilldown, Support for border and delay.
- Change delete_resources_by_prefix to match other signatures
- Support max_results in resource drilldown
- Support for border and delay
- Increment version to v0.2.7: Support cname, Support headers. Support format in eager. Support explicit. Support type in tags. Support unicode in CloudinaryImage.image. Depend on Django staticfiles module only if CloudinaryJsFileField is used with callback support. Fix to to_python error for submitting blank file.. Pass new flags to resource information api.
- Pass new flags to resource information api
- egg fix
- fix new version
- fix to to_python error for submitting blank file
- Merge branch 'master' of github.com:cloudinary/pycloudinary
- Depend on Django staticfiles module only if CloudinaryJsFileField is used with callback support
- Support unicode in CloudinaryImage.image
- Support headers. Support format in eager. Support explicit. Support type in tags
- Support cname
- Increment version to v0.2.6: Wrapper for Cloudinary management API, Better integration with JS library for direct uploads, Allow supplying default formfield for CloudinaryField model field, Do not pass width/height to html in case of crop fit or limit and in case of angle.
- Do not pass width/height to html in case of crop fit or limit and in case of angle
- Allow supplying default formfield for CloudinaryField model field
- Helper method to initialize callback for IE CORS support
- Better integration with JS library. Fix CloudinaryJsFormField
- Wrapper for Cloudinary management API
- Increment version to v0.2.5: Fix case in which Django is in python path but not used, Support density and page. Support http public ids in non-fetch types (e.g. vimeo)
- Merge branch 'master' of github.com:cloudinary/pycloudinary
- Support density and page. Support http public ids in non-fetch types (e.g. vimeo)
- Fix case in which Django is in python path but not used
- Increment version to v0.2.4: Fix bug when assigning None to CloudinaryField, Fixed handling of django based settings, Update README.md
- Update README.md
- Fixed handling of django based settings
- Fix bug when assigning None to CloudinaryField
- Increment version to v0.2.3: Fix serialization of CloudinaryImage when version is a number
- Fix serialization of CloudinaryImage when version is a number
- Increment version to v0.2.2: Allow saving an CloudinaryField assigned with CloudinaryImage with no format and version
- Allow saving an CloudinaryField assigned with CloudinaryImage with no format and version
- Updating readme to show pip install notes
- Renaming package to 'cloudinary'
- More config changes
- Configuration changes for packaging
- Support backup flag for uploads
- Underlay support. Don't pass width/height to html if overlay/underlay are used
- Integration with cloudinary JS library for direct upload to cloudinary
- CloudinaryFileField which allows easy upload via the server
- Support effect parameter. Rename effects to effect to avoid confusion
- Merge branch 'master' of github.com:cloudinary/pycloudinary
- Fetch format and effects parameters support
- Update README.md
- Markdown fixes
- Increament version to 0.2
- Initial documentation of new features - with actual documentation
- Initial documentation of new features
- Support for CloudinaryField model field and form field. Direct upload helper
- Support for CLOUDINARY_URL env variable Support text image generation Support angle and overlay
- Switch from pycurl to poster to allow open files to be uploaded
- Initial documentation
- Initial commit