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

Fixed #34577 -- Added escapeseq template filter.

This commit is contained in:
Arthur Moreira
2023-05-19 19:33:51 -03:00
committed by Mariusz Felisiak
parent 98f6ada0e2
commit 061a8a1bd8
5 changed files with 91 additions and 1 deletions

View File

@@ -345,7 +345,8 @@ Signals
Templates
~~~~~~~~~
* ...
* The new :tfilter:`escapeseq` template filter applies :tfilter:`escape` to
each element of a sequence.
Tests
~~~~~