django1/django/utils/translation
Marti Raudsepp 9cdfdbdd1f [1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring.
This is consistent with the behavior of Django 1.7.x and earlier.

Backport of d3e3703a15 from master
2015-11-11 08:57:46 -05:00
..
__init__.py [1.8.x] Fixed #25295 -- Restored 'no active translation' after language override 2015-08-25 10:37:54 +02:00
trans_null.py Fixed #24045 -- Removed useless mark_safe() call in trans_null.py 2014-12-26 07:42:49 -05:00
trans_real.py [1.8.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is bytestring. 2015-11-11 08:57:46 -05:00