We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0661217 commit 4a3cb50Copy full SHA for 4a3cb50
docs/docsite/rst/porting_guides/porting_guide_core_2.19.rst
@@ -88,7 +88,7 @@ Some existing templates may unintentionally convert non-strings to strings.
88
In previous versions this was sometimes masked by the evaluation of strings as Python literals.
89
90
Example - Unintentional String Conversion
91
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+"""""""""""""""""""""""""""""""""""""""""
92
93
This expression erroneously passes a list to the ``replace`` filter, which operates only on strings.
94
The filter silently converts the list input to a string.
0 commit comments