Example (not realistic):
This:
{{{
{% load customFilters %}
<!DOCTYPE html>
<html>
</html>
}}}
is rendered as:
{{{
<!DOCTYPE html>
<html>
</html>
}}}
This can become noticeable in big files, especially when for loops are
used.
Thanks in advance
--
Ticket URL: <https://code.djangoproject.com/ticket/26994>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* needs_better_patch: => 0
* owner: nobody => william1835
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/26994#comment:1>
* status: assigned => closed
* resolution: => duplicate
Comment:
Duplicate of #2594
--
Ticket URL: <https://code.djangoproject.com/ticket/26994#comment:2>