- Added support for Python 3.2+. Thanks Brad Pitcher!
- Fixed template reading to explicitly decode template file contents using
Django's
FILE_CHARSET
setting. Thanks Eduard Iskandarov. - Fixed template-finding failure with non-normalized directories in
ICANHAZ_DIRS
. Thanks Eduard Iskandarov for report and patch.
- Made template-finding more flexible:
ICANHAZ_DIR
is nowICANHAZ_DIRS
(a list); addedICANHAZ_FINDERS
,ICANHAZ_APP_DIRNAMES
, and finding of templates in installed apps.
- Initial release.