v. 0.2. 0.2
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 15 Sep 2014 09:29:40 +0000 (11:29 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Mon, 15 Sep 2014 09:39:52 +0000 (11:39 +0200)
* 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.


No differences found