From dc2874ccc15652c9882faeedd7cf84d385cf8b10 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Tue, 21 Sep 2010 14:25:29 +0200 Subject: [PATCH] Added news for latest release. --- docs/overview.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/overview.txt b/docs/overview.txt index a3d9e15..8489e89 100644 --- a/docs/overview.txt +++ b/docs/overview.txt @@ -127,6 +127,13 @@ Settings template when it is created by default. You can disable this feature by setting ``DBTEMPLATES_ADD_DEFAULT_SITE`` to ``False``. +* ``DBTEMPLATES_AUTO_POPULATE_CONTENT`` + + ``dbtemplates`` auto-populates the content of a newly created template with + the content of a template with the same name the other template loader. + To disable this feature set ``DBTEMPLATES_AUTO_POPULATE_CONTENT`` to + ``False``. + * ``DBTEMPLATES_CACHE_BACKEND`` The dotted Python path to the cache backend class. See `Caching`_ for @@ -288,6 +295,13 @@ Admin actions Changelog ========= +0.7.3 (09-21-10) +---------------- + +* Added ``DBTEMPLATES_AUTO_POPULATE_CONTENT`` setting. + +* Fixed cosmetic issue in admin with collapsable fields. + 0.7.2 (09-04-10) ----------------