Changes¶
v0.5.0¶
v0.3.0¶
Various updates for Django 1.8. [@sysradium]
v0.2.3¶
Fix deprecated
django.conf.urls.defaults
. [@Anton-Shutik]Fix PyLint, PEP8 issues and upgrade to Django 1.5. [@wxu-urbandaddy, @jfk-urbandaddy]
v0.2.2¶
Add dev. requirements, fix URL homepage link.
v0.2.1¶
Allow fully-qualified string path for
CLOUD_BROWSER_VIEW_DECORATOR
. [@bluecamel]
v0.2.0¶
Add Google Storage for Developers datastore support.
Start significant CSS refactoring.
v0.1.3¶
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.
v0.1.1¶
Initial tarball release. Basic support for AWS, Rackspace, filesystem datastores, and basic and admin views.