diff options
| author | Tim Graham <timograham@gmail.com> | 2018-12-27 20:41:54 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-01-17 10:52:19 -0500 |
| commit | 92d4d0859a63347de6e2a7bc3ddd49979cc192c5 (patch) | |
| tree | e8257beec76b3e488beca0b1e3f783fc1234aa45 /docs | |
| parent | 958a7b4ca69434d0145fd569cf007e21841bb36c (diff) | |
Refs #21221 -- Removed staticfiles and admin_static template tag libraries.
Per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
