* Fixed issue with default site of a template, added ability to disable default site (``DBTEMPLATES_ADD_DEFAULT_SITE``).
0.6.0
-------------------
* Updated and added locales (Danish, Brazilian Portuguese)
* Fixes an ambiguity problem with the cache invalidation
* Added ``invalidate_cache`` and ``repopulate_cache`` admin actions
* Added Sphinx documentation
0.5.7
------
* Updates to the docs
* switch back to Bitbucket
* fixed tests
* Added Italian translation
* list of sites the template is used on
* fixed bug in ``create_error_template`` command.
0.5.4
------
* Made loader and cache backends site-aware.
* The filesystem cache backend now saves the files under ``<dir>/<site_domain>/<file_name>``.
* The Django cache backend the Site id in the cache key
* Template is now saved explicitly to backend if not existent in cache (e.g. if deleted manually or invalidated).
0.5.3
------
* Removed automatic creation of 404.html and 50v0.html templates and added a new management command for those cases called ``create_error_templates``
* Also reverted move to Bitbucket
0.5.2
------
* Fixed a problem with ``django.contrib.sites`` when its table hasn't been populated yet on initialization of dbtemplates. Thanks for the report, Kevin Fricovsky