* 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
* Added an example Django project and docs for it
0.5.1
------
* Removed unneeded code that registered the model with reversion.
* Updated docs a bit.
* Moved codebase to Bitbucket.
* Removed legacy ``sync_templates.py`` script, use ``django-admin.py sync_templates`` from now on.
0.5.0
------
* Added support for `django-reversion`_
* added feature that populates the content field automatically when left empty by using Django's other template loaders
* added caching backend system with two default backends:
* ``FileSystemBackend`` * ``DjangoCacheBackend``
More about it in the `blog post`_ and in the docs.