--
Ticket URL: <https://code.djangoproject.com/ticket/21324>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/21324#comment:1>
* needs_better_patch: 0 => 1
* stage: Unreviewed => Accepted
* needs_tests: 0 => 1
* needs_docs: 0 => 1
Comment:
I think it's a valid feature request.
A full patch should include tests, a mention in the release notes and
maybe a comment in the code explaining why we're using string formatting
instead of the i18n template tags (from what I understand, it's because
the strings to be translated wouldn't be discovered by `makemessages`
otherwise).
--
Ticket URL: <https://code.djangoproject.com/ticket/21324#comment:2>
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/21324#comment:3>
* owner: claudep =>
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/21324#comment:4>
* status: new => assigned
* owner: => bouke
* needs_tests: 1 => 0
* needs_better_patch: 1 => 0
Comment:
updated the patch and added tests:
https://github.com/django/django/pull/1844
--
Ticket URL: <https://code.djangoproject.com/ticket/21324#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"61074353864293d3ea51e51e09cf4deedee12963"]:
{{{
#!CommitTicketReference repository=""
revision="61074353864293d3ea51e51e09cf4deedee12963"
Fixed #21324 -- Translate CSRF failure view
Thanks to Claude Paroz for the original patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21324#comment:6>