Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS

This commit is contained in:
Claude Paroz 2012-06-30 15:06:42 +02:00
parent 596e15293c
commit db87016b1a
2 changed files with 7 additions and 0 deletions

View file

@ -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
---