| Age | Commit message (Expand) | Author |
| 2010-05-08 | Fixed #3469 -- added django.utils documentation for stable bits | Brian Rosner |
| 2010-04-29 | Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a r... | Jannis Leidel |
| 2010-03-29 | Fixed #13234 -- Rejiggered the imports in the translation utils . Thanks to r... | Russell Keith-Magee |
| 2010-03-27 | Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w... | Russell Keith-Magee |
| 2010-02-16 | Fixed #11384 - Make sure translations in the project directory really overrid... | Jannis Leidel |
| 2010-02-16 | Removed Python 2.3 compat code in translation framework. | Jannis Leidel |
| 2010-02-16 | Fixed #7720 - Fallback to the base language if the sub language given in the ... | Jannis Leidel |
| 2010-01-01 | Fixed #12230 - Updated utils.translation.to_locale to support the special sr_... | Jannis Leidel |
| 2009-12-22 | Fixed #7980 - Improved i18n framework to support locale aware formatting (dat... | Jannis Leidel |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2008-08-28 | Fixed #8654: added `ugettext_lazy` to `django.utils.translation.__all__`. | Jacob Kaplan-Moss |
| 2008-08-27 | Fixed #8584 -- Fixed a case where the wrong locale might be made active in the | Malcolm Tredinnick |
| 2008-08-26 | Removed stray code from [8601]. | Malcolm Tredinnick |
| 2008-08-26 | Fixed #8566 -- Allow safe-strings in the "attrs" parameter to form widgets. | Malcolm Tredinnick |
| 2008-08-26 | Fixed #4389: be more robust in `get_language_bidi()`. Thanks, arien. | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7831: be case-insensitive when in `get_language_from_request`. | Jacob Kaplan-Moss |
| 2008-07-21 | Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (or | Malcolm Tredinnick |
| 2008-07-19 | Revert [7991] - [7993]. I was committing from the wrong branch. Sorry 'bout | Malcolm Tredinnick |
| 2008-07-19 | Starting to do the reverse() threading stuff. | Malcolm Tredinnick |
| 2008-07-07 | Fixed #7163 -- Fixed a translation-sharing problem so that you can have en-gb | Malcolm Tredinnick |
| 2008-03-08 | Removed unused import, corrected a typo, and made some styling fixes. | Gary Wilson Jr |
| 2008-02-29 | Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe. | Malcolm Tredinnick |
| 2008-02-06 | Fixed #6409 -- Unbreak compound locale name parsing (e.g. zh-cn). | Malcolm Tredinnick |
| 2007-11-19 | Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re... | Gary Wilson Jr |
| 2007-11-17 | Translating safe strings should return a safe result. | Malcolm Tredinnick |
| 2007-10-26 | i18n security fix. Details will be posted shortly to the Django mailing lists... | Jacob Kaplan-Moss |
| 2007-10-21 | Fixed #2920 -- Removed _() from builtins. | Malcolm Tredinnick |
| 2007-10-03 | Fixed #5674 -- Fixed a typo in a docstring from [6446]. Thanks, ski.whitespac... | Malcolm Tredinnick |
| 2007-10-03 | Fixed #4796. Fixed a problem when using i18n support for the first time -- in | Malcolm Tredinnick |
| 2007-09-15 | Fixed #3088 -- Filter parameters are now translated in blocktrans. Thanks, pe... | Adrian Holovaty |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-04-26 | Fixed #4040 -- Changed uses of has_key() to "in". Slight performance | Malcolm Tredinnick |
| 2007-04-05 | Small fix to [4931]. | Malcolm Tredinnick |
| 2007-04-05 | Fixed #3918 -- Handle technical message IDs correctly when settings.USE_I18N is | Malcolm Tredinnick |
| 2007-04-03 | Fixed #3900 -- Included missing function in utils/translation/__init__.py. | Malcolm Tredinnick |
| 2007-04-02 | Delayed the reading of settings.USE_I18N until the first use of the i18n | Malcolm Tredinnick |
| 2007-02-11 | Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. | Malcolm Tredinnick |
| 2007-02-11 | Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls to... | Russell Keith-Magee |
| 2006-07-27 | Fixed #2408 -- Added get_language_from_request() to trans_null.py. Thanks, ub... | Adrian Holovaty |
| 2006-07-14 | Added check_for_language and to_locale to utils.translation.trans_null | Adrian Holovaty |
| 2006-07-11 | Added get_language_bidi to django.utils.translation.trans_nuill. Refs #2203 | Adrian Holovaty |
| 2006-07-10 | Fixed bug in utils.translation.trans_null -- get_date_formats and get_partial... | Adrian Holovaty |
| 2006-07-08 | Fixed #2310 -- Changed trans_null.py to use settings.LANGUAGE_CODE instead of... | Adrian Holovaty |
| 2006-07-04 | Made django/utils/translation.py into a package django/utils/translation, whi... | Adrian Holovaty |