--
Ticket URL: <https://code.djangoproject.com/ticket/18714>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_docs: => 0
* needs_tests: => 0
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:1>
* status: new => closed
* resolution: => duplicate
Comment:
Duplicate of #10852.
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:2>
* status: closed => new
* resolution: duplicate =>
Comment:
Sorry, it seems I'm unable to read today. #10852 was about makemessages
and this one is about compilemessages.
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:3>
* owner: nobody => bak1an
* cc: antonbaklanov@… (added)
* version: 1.4 => master
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:4>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/978 pull request]
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:5>
* needs_better_patch: 0 => 1
Comment:
Patch no longer merges cleanly.
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:6>
* needs_better_patch: 1 => 0
Comment:
[https://github.com/django/django/pull/2259 new, rebased pull request]
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:7>
Comment (by flagZ):
I could really use this. Any ETA on inclusion?
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:8>
* needs_better_patch: 0 => 1
Comment:
@flagZ, can you review the patch? It needs to be updated since 1.7 is now
feature frozen.
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:9>
Comment (by Claude Paroz <claude@…>):
In [changeset:"3a435a057c691bf9d5936766f54c5f9bd01be176"]:
{{{
#!CommitTicketReference repository=""
revision="3a435a057c691bf9d5936766f54c5f9bd01be176"
Set compile messages options as class variable
Refs #18714. Same logic as options for makemessages commands.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:10>
Comment (by Claude Paroz <claude@…>):
In [changeset:"0424c84d541d7b0e23783c33c2db495543e3bd47"]:
{{{
#!CommitTicketReference repository=""
revision="0424c84d541d7b0e23783c33c2db495543e3bd47"
[1.7.x] Set compile messages options as class variable
Refs #18714. Same logic as options for makemessages commands.
Backport of 3a435a057 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:11>
Comment (by claudep):
I've just committed a slight improvement (simple enough to warrant 1.7
backport), which allows someone to subclass the command to add
complementary options with one line of code (in the same vein as
06efeae598c6dafbe56d2ea323a0dccdd5bf2b8e).
But the patch still makes sense (to be able to specify --fuzzy per command
invocation).
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:12>
* needs_better_patch: 1 => 0
* has_patch: 1 => 0
Comment:
working on adapting patch to current master state
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:13>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/3553 new pull request]
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:14>
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/3553 PR #3553] LGTM. I've reviewed
and tested the patch locally.
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:15>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"d63703f1cd373f2a1d52e1947835b44d9565c1e0"]:
{{{
#!CommitTicketReference repository=""
revision="d63703f1cd373f2a1d52e1947835b44d9565c1e0"
Fixed #18714 -- Added 'fuzzy' compilemessages option
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/18714#comment:16>