diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-06-30 15:06:42 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-06-30 15:06:42 +0200 |
| commit | db87016b1a92b790c4250a2b5c16ceadd737a00e (patch) | |
| tree | f959472b2fdee4c0c58c1bc64ca33b05600af27e /docs | |
| parent | 596e15293c9f522a2b001d49a0c40005711682a6 (diff) | |
Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/internals/deprecation.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 342ef5266a..f338adac33 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -276,6 +276,10 @@ these changes. * The function ``django.utils.itercompat.product`` will be removed. The Python builtin version should be used instead. +* Auto-correction of INSTALLED_APPS and TEMPLATE_DIRS settings when they are + specified as a plain string instead of a tuple will be removed and raise an + exception. + 2.0 --- |
