mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Refs #23269 -- Removed the removetags template tag and related functions per deprecation timeline.
This commit is contained in:
parent
785cc71d5b
commit
222d063301
7 changed files with 7 additions and 189 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue