This bug was introduced in 1.9, commit
[https://github.com/django/django/commit/65a7a0d9eed4f4da9568cf0e7688e7a8c9f01957
65a7a0d9eed4f4da9568cf0e7688e7a8c9f01957].
I would appreciate if the fix would be considered for the next 1.9 bug fix
release. I use a middleware for HTML validation. After upgrading from 1.8,
this middleware is now reporting some 500 pages as invalid instead of
showing me the useful information. This was not the case with 1.8.
--
Ticket URL: <https://code.djangoproject.com/ticket/26938>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
Comment:
[https://github.com/django/django/pull/6966 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/26938#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/26938#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/26938#comment:3>
* status: new => closed
* owner: => Markus Holtermann <info@…>
* resolution: => fixed
Comment:
In [changeset:"348cfccd9072f0e08ffe4cfb3946d1dc6a629e86" 348cfccd]:
{{{
#!CommitTicketReference repository=""
revision="348cfccd9072f0e08ffe4cfb3946d1dc6a629e86"
Fixed #26938 -- Fixed invalid HTML in template postmortem on the debug
page.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26938#comment:4>
Comment (by Markus Holtermann <info@…>):
In [changeset:"c0026a9d2dc2cdf4da583845fc1d9ae8402a984c" c0026a9]:
{{{
#!CommitTicketReference repository=""
revision="c0026a9d2dc2cdf4da583845fc1d9ae8402a984c"
[1.10.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the
debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26938#comment:5>
Comment (by Markus Holtermann <info@…>):
In [changeset:"caec27f87c56442d4512cb6dd9e6c26fd8d4414a" caec27f]:
{{{
#!CommitTicketReference repository=""
revision="caec27f87c56442d4512cb6dd9e6c26fd8d4414a"
[1.9.x] Fixed #26938 -- Fixed invalid HTML in template postmortem on the
debug page.
Backport of 348cfccd9072f0e08ffe4cfb3946d1dc6a629e86 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26938#comment:6>