--
Ticket URL: <https://code.djangoproject.com/ticket/27868>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Claude Paroz):
Do you have Python code inside your locale paths?
--
Ticket URL: <https://code.djangoproject.com/ticket/27868#comment:1>
Comment (by MikiSoft):
I had them, but in the meantime I moved them to another directory and
removed `__pycache__`.
--
Ticket URL: <https://code.djangoproject.com/ticket/27868#comment:2>
* version: 1.10 => master
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
Comment:
I guess we should check if dir names look like locale codes.
--
Ticket URL: <https://code.djangoproject.com/ticket/27868#comment:3>
* has_patch: 0 => 1
Comment:
[https://github.com/django/django/pull/8099 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/27868#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/27868#comment:5>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"30c984b3f9f7f0249e4a900f6cce5c732c47cf83" 30c984b]:
{{{
#!CommitTicketReference repository=""
revision="30c984b3f9f7f0249e4a900f6cce5c732c47cf83"
Fixed #27868 -- Filtered locale path subdirectories
Thanks Tim Graham for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27868#comment:6>