django-ssify.git
9 years agov. 0.2. 0.2
Radek Czajka [Mon, 15 Sep 2014 09:29:40 +0000 (11:29 +0200)]
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.

9 years agoUpdate manifest 0.1
Radek Czajka [Tue, 2 Sep 2014 09:02:51 +0000 (11:02 +0200)]
Update manifest

9 years agoLicense classifier: AGPLv3+
Radek Czajka [Tue, 2 Sep 2014 08:58:56 +0000 (10:58 +0200)]
License classifier: AGPLv3+

9 years agoFix packaging.
Radek Czajka [Tue, 2 Sep 2014 08:57:14 +0000 (10:57 +0200)]
Fix packaging.

9 years agofix readme
Radek Czajka [Mon, 1 Sep 2014 07:13:48 +0000 (09:13 +0200)]
fix readme

9 years agoA somewhat usable and tested version.
Radek Czajka [Fri, 29 Aug 2014 15:06:53 +0000 (17:06 +0200)]
A somewhat usable and tested version.

9 years agoInitial commit.
Radek Czajka [Tue, 26 Aug 2014 22:58:52 +0000 (00:58 +0200)]
Initial commit.