diff options
| author | Preston Timmons <prestontimmons@gmail.com> | 2015-01-05 14:43:15 -0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-05 19:35:02 -0500 |
| commit | de9ebdd39cb4f4b65475b43e0e32772d5a315654 (patch) | |
| tree | a1829e7865df451879a52f3dfda2affc18453809 /docs/internals | |
| parent | a9aec1154e5b65fcaf608801905a1bbafcfbfbf7 (diff) | |
Fixed #24022 -- Deprecated the ssi tag.
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 14422c3cc8..b74f550ba8 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -125,6 +125,8 @@ details on these changes. * The ``--list`` option of the ``migrate`` management command will be removed. +* The ``ssi`` template tag will be removed. + .. _deprecation-removed-in-1.9: 1.9 |
