mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #21939 -- Deprecated loading ssi/url tags from future.
This commit is contained in:
parent
653527de40
commit
74d4d58b62
5 changed files with 25 additions and 17 deletions
|
@ -12,9 +12,6 @@ about each item can often be found in the release notes of two versions prior.
|
|||
2.0
|
||||
---
|
||||
|
||||
* ``ssi`` and ``url`` template tags will be removed from the ``future`` template
|
||||
tag library (used during the 1.3/1.4 deprecation period).
|
||||
|
||||
.. _deprecation-removed-in-1.9:
|
||||
|
||||
1.9
|
||||
|
@ -119,6 +116,9 @@ details on these changes.
|
|||
* ``django.utils.module_loading.import_by_path`` will be removed in favor of
|
||||
``django.utils.module_loading.import_string``.
|
||||
|
||||
* ``ssi`` and ``url`` template tags will be removed from the ``future`` template
|
||||
tag library (used during the 1.3/1.4 deprecation period).
|
||||
|
||||
.. _deprecation-removed-in-1.8:
|
||||
|
||||
1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue