django-siteblocks changelog
===========================


v0.6.0
------
+ Django 2.0 basic compatibility.
* Dropped support for Python<3.4 and Django<1.7.


v0.5.2
------
* Package distribution fix.


v0.5.1
------
* Fix AttributeError exception if request doesn't have .user.
* Django 1.10 compatibility ensured.


v0.5.0
------
+ Adapted for Django 1.8.


v0.4.0
------
+ Implemented language dependent blocks support, added `SITEBLOCKS_I18N_SUPPORT` setting.


v0.3.0
------
+ Django 1.7 ready.
+ Implemented simple access control for static blocks.
+ Added French loco.


v0.2.1
------
* Fixed import for Admin contrib.
* Fixed `as variable` template tag clause.


v0.2.0
------
+ Added Python 3 support.
+ Added South support.
+ Added Django Cache framework support.
+ Added dynamic blocks support.
+ Added named URLs support in static blocks URLs.
+ Added block content randomizer.


v0.1.1
------
+ Now PyPI ready.
* Module imports.


v0.1.0
------
+ Basic siteblocks functionality.