From: Radek Czajka Date: Mon, 15 Sep 2014 09:29:40 +0000 (+0200) Subject: v. 0.2. X-Git-Tag: 0.2 X-Git-Url: https://git.mdrn.pl/django-ssify.git/commitdiff_plain/64c5163e7aead7eb60951e040998ade343c079c5?hp=64c5163e7aead7eb60951e040998ade343c079c5 v. 0.2. * 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. ---