* update Django 1.7 migrations because of change in django_polymorphic>=0.7
0.9.10
-------------------
* migrations in default locations for Django 1.7 and South>=1.0 * jQuery isolation fixes * various bugfixes
0.9.9
------------------
* Fixes in Django 1.7 support * Implement PEP440 compliant * Add author to admin * Allow customizing dismiss popup * Add order_by parameter in directory listing
0.9.8
------------------
* experimental Django 1.7 support * bugfixes
0.9.7
------------------
* thumbnails: add zoom support * Fixed migration custom User compatibility. * Disallow copying folders to self * Build random path using os.path.join * Replace use of force_str by force_text
0.9.6
------------------
* various bugfixes * dropped support for Django 1.3 * added better support for Django 1.6 * experimental python 3.3 support