Refs #23269 -- Removed the removetags template tag and related functions per deprecation timeline.

This commit is contained in:
Tim Graham 2015-08-18 10:09:17 -04:00
parent 785cc71d5b
commit 222d063301
7 changed files with 7 additions and 189 deletions

View file

@ -671,7 +671,7 @@ Miscellaneous
* The ``slugify`` template filter is now available as a standard python
function at :func:`django.utils.text.slugify`. Similarly, ``remove_tags`` is
available at :func:`django.utils.html.remove_tags`.
available at ``django.utils.html.remove_tags()``.
* Uploaded files are no longer created as executable by default. If you need
them to be executable change :setting:`FILE_UPLOAD_PERMISSIONS` to your