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