* 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.
0.9.5
------------------
* File paths now contain random component by default (to avoid filename clashes). * Fixed migrations to be better compatible with custom user models. * Bugfixes, performance improvements.