* Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
otherwise use 'ssify' cache if configure, otherwise
fall back to 'default'.
* Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
simple mistakes.
* Cache control: `ssi_variable` now takes `patch_response` instead
of `vary` parameter, `ssi_include` takes `timeout`, `version` and
also `patch_reponse` parameters. Also added some helper functions
in ssify.utils.
* Added `flush_ssi_includes` function.
* Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
for including streaming responses when SSIFY_RENDER=True.
* Dropped Django 1.4 support.