mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
Prepared changelog for release.
This commit is contained in:
parent
19801a4592
commit
c2a21533fd
1 changed files with 15 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue