django1/django/utils/translation
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
..
__init__.py Fixed #22820 -- Treated int and long types alike in lazy_number 2014-08-30 18:51:12 +02:00
trans_null.py Removed code deprecated from Django 1.2 2014-05-25 21:25:23 +02:00
trans_real.py Fixed #23196 -- Short-circuited empty string translation 2014-09-21 17:08:17 +02:00