- Fix rendering of object paths with URL characters. [@c-w]
- Deprecate old drivers. [@c-w]
- Fix filesystem backend on Windows. [@c-w]
- Various updates for Django 1.8+ and Python 3. [@corcoran]
- Various updates for Django 1.8. [@sysradium]
- Fix deprecated
django.conf.urls.defaults
. [@Anton-Shutik] - Fix PyLint, PEP8 issues and upgrade to Django 1.5. [@wxu-urbandaddy, @jfk-urbandaddy]
- Add dev. requirements, fix URL homepage link.
- Allow fully-qualified string path for
CLOUD_BROWSER_VIEW_DECORATOR
. [@bluecamel]
- Add Google Storage for Developers datastore support.
- Start significant CSS refactoring.
- Cleaned up
sdist
packagin. - Added basic file icons and images to static media.
- Switch application static media to use straight Django
django.views.static.serve
wrapper instead of custom system.
- Initial tarball release. Basic support for AWS, Rackspace, filesystem datastores, and basic and admin views.