----------------
* django-1.4 compatibility
* separate, customizable file storage backends for public and private files
* deleting a file in filer now deletes the file and all its thumbnails from the filesystem
* many bulk operations (admin actions)
* backwards incompatible changes
* storage refactor: path to private files in the db has changed (no longer relative to MEDIA_ROOT)
* `filer.server.urls` needs to be included to serve private files
* static media has been moved from 'media' to 'static'
(as proposed by django.contrib.staticfiles and django 1.3)
* django 1.2 no longer supported