--
Ticket URL: <https://code.djangoproject.com/ticket/30102>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
Ticket URL: <https://code.djangoproject.com/ticket/30102#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
As per [https://github.com/django/django/pull/10841 discussion on the
original PR], there are test cases relying on the template context being
available on the response. Working around this ~~probably~~ isn't worth
the effort. [https://github.com/django/django/pull/10855 Follow-up PR]
adds a comment explaining the usage, as per Tim's suggestion.
--
Ticket URL: <https://code.djangoproject.com/ticket/30102#comment:2>
Comment (by GitHub <noreply@…>):
In [changeset:"876dc306cd508a041ccc62cf87397514fce4c9f3" 876dc30]:
{{{
#!CommitTicketReference repository=""
revision="876dc306cd508a041ccc62cf87397514fce4c9f3"
Refs #30102 -- Added comment on use of Template without placeholders in
page_not_found() view.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30102#comment:3>