From 92d4d0859a63347de6e2a7bc3ddd49979cc192c5 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 27 Dec 2018 20:41:54 -0500 Subject: Refs #21221 -- Removed staticfiles and admin_static template tag libraries. Per deprecation timeline. --- docs/releases/3.0.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 99db02a0aa..a76f174208 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -256,3 +256,7 @@ to remove usage of these features. * The ``ForceRHR`` GIS function is removed. * ``django.utils.http.cookie_date()`` is removed. + +* The ``staticfiles`` and ``admin_static`` template tag libraries are removed. + +* ``django.contrib.staticfiles.templatetags.staticfiles.static()`` is removed. -- cgit v1.3