mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #12493 -- Deprecated auto-correction of TEMPLATE_DIRS
This commit is contained in:
parent
596e15293c
commit
db87016b1a
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
---
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue