Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: 9012a9e2000020493b881a5b79cc801c62180796
https://github.com/django/django/commit/9012a9e2000020493b881a5b79cc801c62180796
Author: Baptiste Mispelon <
bmis...@gmail.com>
Date: 2013-05-18 (Sat, 18 May 2013)
Changed paths:
M django/core/management/commands/makemessages.py
M tests/i18n/commands/extraction.py
A tests/i18n/commands/templates/xxx_ignored.html
Log Message:
-----------
Fixed #20422 -- Applied makemessage's --ignore patterns to full path
Fix makemessage's --ignore patterns being applied to the full path
instead of the file name. Thanks to nnseva for the report and the
original patch.