5 * Django 1.9-1.11 compatibility.
9 * Unescape var values in render middleware.
16 * Django 1.8 compatibility.
18 * Remove private headers from response.
20 * Python-3 compatible get_version.
25 * Don't assume request object we are passed at any point still has
26 our custom attributes.
31 * Return 404 from ssi_included views with unsupported languages.
33 * Set zip_safe=False, so egg loader middleware isn't required.
38 * Fix packaging errors.
43 * Nicer cache choosing: use settings.SSIFY_CACHE_ALIASES if set,
44 otherwise use 'ssify' cache if configure, otherwise
45 fall back to 'default'.
47 * Renamed `csrf_token` template tag to `ssi_csrf_token` to avoid
50 * Cache control: `ssi_variable` now takes `patch_response` instead
51 of `vary` parameter, `ssi_include` takes `timeout`, `version` and
52 also `patch_reponse` parameters. Also added some helper functions
55 * Added `flush_ssi_includes` function.
57 * Debug rendering: renamed SSIFY_DEBUG to SSIFY_RENDER, added support
58 for including streaming responses when SSIFY_RENDER=True.
60 * Dropped Django 1.4 support.