---------------------------------
* Support for Django 1.3 to 1.9 with Python 2
* Last version to support Python 2 (version 1.0 will support Python 3 only)
* Add tests
* Correct inheritance problems
* Raise exceptions if ``TEMPLATE_DEBUG`` is ``True``
* Template fragment names are resolvable from context (if new option set)
* Cache backend to use can be set in the template (as in recent Django versions)
* "nocache" blocks don't fail if they use a tag or filter loaded outside
* Still render the template fragment even if the cache fails