diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-14 23:13:03 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-12-28 17:02:30 +0100 |
| commit | d3a982556d655adcf4ba331d2def685d8249170f (patch) | |
| tree | 10cb8daafc5aeffdfd7fc962bf27b6e36409b93f /docs/releases | |
| parent | 3dc01aaaaf7cf070933a8f5ee9a5f9136503d676 (diff) | |
Deprecated TEMPLATE_STRING_IF_INVALID.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/1.6.txt | 2 | ||||
| -rw-r--r-- | docs/releases/1.8.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index bdf4e2f918..538394b2a3 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -233,7 +233,7 @@ Minor features PostgreSQL. * The :ttag:`blocktrans` template tag now respects - :setting:`TEMPLATE_STRING_IF_INVALID` for variables not present in the + ``TEMPLATE_STRING_IF_INVALID`` for variables not present in the context, just like other template constructs. * ``SimpleLazyObject``\s will now present more helpful representations in shell diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 8ce36fcb6c..d43ab2e51b 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -1021,6 +1021,7 @@ As a consequence of the multiple template engines refactor, several settings are deprecated in favor of :setting:`TEMPLATES`: * ``ALLOWED_INCLUDE_ROOTS`` +* ``TEMPLATE_STRING_IF_INVALID`` ``django.core.context_processors`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
