- Use hashlib instead of django.utils.hashcompat which is deprecated in Django 1.5
- Add shell=True to Popen arguments when running on Windows.
- Add staticfiles finder to serve compiled files in dev mode
- Add LESS_ROOT setting
- Fix unicodedecodeerror with non ascii in less file
- Switch to staticfiles.finders when looking up the files in DEBUG mode.
- Add support for lookup in STATICFILES_DIRS
- Log LESS compilation errors
- Fixed bug with paths on Windows
- Use STATIC_ROOT / STATIC_URL settings when possible instead of MEDIA_ROOT / MEDIA_URL
- Initial release