1
0
mirror of https://github.com/django/django.git synced 2024-12-23 09:36:06 +00:00
django/tests/i18n
Yuri Kriachko 11f307a5a8 Fixed #23196 -- Short-circuited empty string translation
Translating an empty string used to return the gettext catalog
metadata instead of the empty string.
Thanks Ned Batchelder for the suggestion, Tim Graham for the review
and Anton Berezin and Claude Paroz for contributions to the patch.
2014-09-21 17:08:17 +02:00
..
commands Fixed #22336 -- Added path matching for makemessages ignore option 2014-08-08 22:54:30 +02:00
contenttypes Harmonized some PEP 0263 coding preambles 2014-05-15 19:58:41 +02:00
exclude
other
other2 Fixed #20477: Allowed list of modules for FORMAT_MODULE_PATH 2014-05-21 07:35:47 -04:00
patterns Fixed #21579 -- Made LocaleMiddleware respect script prefix. 2014-08-14 09:36:41 -04:00
project_dir
resolution
__init__.py
forms.py
models.py
test_compilation.py Fixed clash caused by the newly introduced -e shorthand for makemessages --exclude. 2014-05-02 23:07:17 +07:00
test_extraction.py Fixed #22336 -- Added path matching for makemessages ignore option 2014-08-08 22:54:30 +02:00
tests.py Fixed #23196 -- Short-circuited empty string translation 2014-09-21 17:08:17 +02:00
urls.py