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