From 7d607127e39792aa45b6abc2619b99fc55bcc672 Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 21 Jan 2018 13:38:52 -0800 Subject: Refs #21221 -- Deprecated staticfiles and admin_static template tag libraries. --- docs/internals/deprecation.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index f601b035ca..df817041df 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -33,6 +33,11 @@ details on these changes. * ``django.utils.http.cookie_date()`` will be removed. +* The ``staticfiles`` and ``admin_static`` template tag libraries will be + removed. + +* ``django.contrib.staticfiles.templatetags.static()`` will be removed. + See the :ref:`Django 2.1 release notes ` for more details on these changes. -- cgit v1.3