* ui_ux: => 0
* easy: => 0
* stage: Design decision needed => Accepted
Comment:
This seems like a useful feature that can be added in just a few lines of
code.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* easy: 0 => 1
Comment:
Updated patch: https://github.com/django/django/pull/443
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:6>
* needs_tests: 0 => 1
Comment:
Looks good, but I still think that this should be tested.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:7>
* owner: nobody => lrekucki
Comment:
Eh, I have a hard time testing this on Windows (can't set a file
unreadable). Will update the patch next week.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:8>
* owner: lrekucki => dokterbob
* status: new => assigned
Comment:
Have merged with master and running tests right now.
https://github.com/dokterbob/django/tree/ticket6412
Note: Yes, Travis support will be rebased out in the definitive patch.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:9>
Comment (by dokterbob):
Tests are failing on Python 3.x due to errors with StringIO. Attempting to
fix now.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:10>
Comment (by dokterbob):
Waiting for https://travis-ci.org/dokterbob/django/builds/5021135
Todo: shorten commit line.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:11>
* stage: Accepted => Ready for checkin
Comment:
Build passed: https://travis-ci.org/dokterbob/django/builds/5021135
Fixed import issue in Python 3.x related to StringIO import in the
process.
https://github.com/django/django/pull/837
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:12>
* stage: Ready for checkin => Accepted
Comment:
Better have a review first.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:13>
* needs_tests: 1 => 0
Comment:
I tested the linked pull request
(https://github.com/django/django/pull/838) on Python 2.7.3 and Python
3.3.0 with Linux. The tests pass for both versions.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:14>
* needs_better_patch: 0 => 1
Comment:
The patch looks almost good, although using a `NamedTemporaryFile` would
be better.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:15>
* owner: dokterbob => MarkusH
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:16>
Comment (by MarkusH):
I updated the patch to use the `NamedTemporaryFile` for the former two
tests. The latter works on a directory, hence there is no way to
automatically remove that directory.
https://github.com/django/django/pull/947
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:17>
* cc: MarkusH (added)
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:18>
Comment (by MarkusH):
I updated the pull request to fix some PEP-8 issues.
https://github.com/django/django/pull/947
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:19>
* stage: Accepted => Ready for checkin
Comment:
Patch looks good. I would prefer it if the messages were not defined in
the view. But since this is the debug view the template is included in the
same file anyway so this is no big deal.
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:20>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"61a8de6f4f547518d217a5ff959cbd57bddf4bb0"]:
{{{
#!CommitTicketReference repository=""
revision="61a8de6f4f547518d217a5ff959cbd57bddf4bb0"
Fixed #6412 -- More details if a template file cannot be loaded
Report more details about template files in loader postmortem.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/6412#comment:21>