--
Ticket URL: <https://code.djangoproject.com/ticket/18773>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:1>
* status: new => assigned
* owner: nobody => CarolineSimpson
* has_patch: 0 => 1
Comment:
I've submitted a pull request for this issue:
https://github.com/django/django/pull/2552
Added a new logger, and log when there is an exception in the resolve
function. The logger uses the null handler by default.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:2>
Comment (by CarolineSimpson):
The pull request has been updated to include the template name in the
output.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:3>
* needs_better_patch: 0 => 1
Comment:
I left comments for improvement on the PR. Please uncheck "Patch needs
improvement" when you update it, thanks.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:4>
* needs_better_patch: 1 => 0
Comment:
I have submitted a new pull request with the updates requested for the
previous pull request.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:5>
Comment (by CarolineSimpson):
I've updated the pull request with fixes from review feedback.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:6>
* version: 1.4 => master
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:7>
* needs_better_patch: 0 => 1
Comment:
Reviewed PR & needs a rebase.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:8>
* needs_better_patch: 1 => 0
Comment:
I've updated the patch and done a rebase.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:9>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:10>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
Comment:
Looks good, pending some minor cosmetic changes.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:11>
Comment (by CarolineSimpson):
The latest review changes are now incorporated into the patch as well.
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:12>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"dc5b01ad05e50ccde688c73c2ed3334a956076b0" dc5b01a]:
{{{
#!CommitTicketReference repository=""
revision="dc5b01ad05e50ccde688c73c2ed3334a956076b0"
Fixed #18773 -- Added logging for template variable resolving
Added a django.template logger without a default handler. Added
logging if there is an exception while resolving variables in a
template.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:13>
Comment (by Tim Graham <timograham@…>):
In [changeset:"85c52743f7b99ac6575d87080a9ffb7540acbf18" 85c52743]:
{{{
#!CommitTicketReference repository=""
revision="85c52743f7b99ac6575d87080a9ffb7540acbf18"
Refs #18773 -- Improved template variable exception logging message.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18773#comment:14>