5 * Don't assume request object we are passed at any point still has
11 * Return 404 from ssi_included views with unsupported languages.
13 * Set zip_safe=False, so egg loader middleware isn't required.
18 * Fix packaging errors.
23 * Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
24 otherwise use 'ssify' cache if configure, otherwise
25 fall back to 'default'.
27 * Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
30 * Cache control: `ssi_variable` now takes `patch_response` instead
31 of `vary` parameter, `ssi_include` takes `timeout`, `version` and
32 also `patch_reponse` parameters. Also added some helper functions
35 * Added `flush_ssi_includes` function.
37 * Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
38 for including streaming responses when SSIFY_RENDER=True.
40 * Dropped Django 1.4 support.