* 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
0.2.3
==================
* Increment version to v0.2.3: Fix serialization of CloudinaryImage when version is a number * Fix serialization of CloudinaryImage when version is a number
0.2.2
==================
* 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
0.2
================
* 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