Comment (by nemesisdesign):
Just opened PR https://github.com/django/django/pull/6078.
A more paranoid test could be written, like creating a custom app with an
admin that extends the context, loads a modified version of the subimt_row
template and check the extended context is available in the template. But
I think all the complexity needed wouldn't add much value.
Federico
--
Ticket URL: <https://code.djangoproject.com/ticket/13875#comment:19>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/13875#comment:20>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"e972a7d03d81b2b336eb430a61d7215a3e6c4763" e972a7d0]:
{{{
#!CommitTicketReference repository=""
revision="e972a7d03d81b2b336eb430a61d7215a3e6c4763"
Fixed #13875 -- Made admin's submit_row template tag pass whole context.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/13875#comment:21>