1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #21221 -- Removed staticfiles and admin_static template tag libraries.

Per deprecation timeline.
This commit is contained in:
Tim Graham
2018-12-27 20:41:54 -05:00
parent 958a7b4ca6
commit 92d4d0859a
6 changed files with 4 additions and 104 deletions

View File

@@ -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.