Prepared changelog for release.

This commit is contained in:
Jannis Leidel 2011-07-06 21:15:08 +02:00
parent 19801a4592
commit c2a21533fd

View file

@ -1,8 +1,13 @@
Changelog
=========
1.1 (unreleased)
----------------
1.1 (07-06-11)
--------------
* **BACKWARDS-INCOMPATIBLE** Requires Django 1.2 or higher.
For previous Django versions use an older versions of dbtemplates, e.g.::
$ pip install django-dbtemplates<1.1
* Added South migrations.
@ -25,6 +30,14 @@ Changelog
* Made the ``sites`` field optional to support a way to apply a template to
all sites.
* Added ``--delete`` option to ``sync_templates`` managment command to delete
the file or database entry after syncing (depending on used ``--overwrite``
mode).
* Fixed issue with incorrectly splitting paths in ``sync_templates``.
* Extended tests.
* Fixed issue with cache settings handling.
1.0.1 (04-14-11)