diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-15 19:55:53 +0100 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2014-11-16 21:41:42 +0100 |
| commit | 1851dcf377d05a5d167cf482674e4c4a4e2502a5 (patch) | |
| tree | 8eb977a5a3fe325cc2d6a2d064153ed7dc9ebb26 /docs/internals | |
| parent | 0bf99193f88238aea0a12970503a7b5dceb206ec (diff) | |
Deprecated function-based loaders.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 666ff1f492..7247e4a2aa 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -85,6 +85,8 @@ details on these changes. * The backwards compatibility alias ``django.template.loader.BaseLoader`` will be removed. +* Support for function-based template loaders will be removed. + .. _deprecation-removed-in-1.9: 1.9 |
