django1/django/utils/translation
Claude Paroz d7dfab59ea Replaced cStringIO.StringIO by io.BytesIO.
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
2012-05-05 21:41:44 +02:00
..
__init__.py Fixed #18040 -- Removed so-called project-level locale trees from the list of paths the translation loading process takes in account. 2012-03-31 22:24:24 +00:00
trans_null.py Fixed #17720 -- Stopped the LocaleMiddleware from overeagerly using the request path for language activation if it's actually not wanted. Thanks to Anssi Kääriäinen for the initial patch. 2012-02-18 13:37:30 +00:00
trans_real.py Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00